Redpoint.ProcessTree 2026.1013.148

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Redpoint.ProcessTree --version 2026.1013.148
                    
NuGet\Install-Package Redpoint.ProcessTree -Version 2026.1013.148
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Redpoint.ProcessTree" Version="2026.1013.148" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.ProcessTree" Version="2026.1013.148" />
                    
Directory.Packages.props
<PackageReference Include="Redpoint.ProcessTree" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Redpoint.ProcessTree --version 2026.1013.148
                    
#r "nuget: Redpoint.ProcessTree, 2026.1013.148"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Redpoint.ProcessTree@2026.1013.148
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Redpoint.ProcessTree&version=2026.1013.148
                    
Install as a Cake Addin
#tool nuget:?package=Redpoint.ProcessTree&version=2026.1013.148
                    
Install as a Cake Tool

Redpoint.ProcessTree

This library provides a cross-platform API to read the parent process of any other process on the system.

Example

After injecting the IProcessTree service, you can get the parent process of any other process on the system like so:

// Inject this...
IProcessTree processTree;

// The parent process of the current process.
_ = processTree.GetParentProcess();

// The parent process of process with ID 100.
_ = processTree.GetParentProcess(100);

// The parent process of process by Process object.
Process process;
_ = processTree.GetParentProcess(process);
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.1148.1138 26 5/28/2026
2026.1146.78 45 5/26/2026
2026.1145.557 86 5/25/2026
2026.1145.536 95 5/25/2026
2026.1144.634 90 5/24/2026
2026.1144.619 84 5/24/2026
2026.1144.288 89 5/24/2026
2026.1143.1097 87 5/23/2026
2026.1143.512 92 5/23/2026
2026.1143.499 85 5/23/2026
2026.1143.487 93 5/23/2026
2026.1143.486 92 5/23/2026
2026.1143.482 87 5/23/2026
2026.1143.479 92 5/23/2026
2026.1142.740 89 5/22/2026
2026.1142.738 85 5/22/2026
2026.1141.1069 94 5/21/2026
2026.1141.1068 91 5/21/2026
2026.1141.661 86 5/21/2026
2026.1013.148 130 1/13/2026
Loading failed