Redpoint.ProcessTree 2026.1054.36

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.1054.36
                    
NuGet\Install-Package Redpoint.ProcessTree -Version 2026.1054.36
                    
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.1054.36" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.ProcessTree" Version="2026.1054.36" />
                    
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.1054.36
                    
#r "nuget: Redpoint.ProcessTree, 2026.1054.36"
                    
#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.1054.36
                    
#: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.1054.36
                    
Install as a Cake Addin
#tool nuget:?package=Redpoint.ProcessTree&version=2026.1054.36
                    
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 net10.0 is compatible.  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.1106.418 27 4/16/2026
2026.1106.417 22 4/16/2026
2026.1106.389 16 4/16/2026
2026.1106.385 18 4/16/2026
2026.1106.350 19 4/16/2026
2026.1106.336 21 4/16/2026
2026.1103.462 83 4/13/2026
2026.1103.428 79 4/13/2026
2026.1101.342 83 4/11/2026
2026.1101.283 83 4/11/2026
2026.1101.267 87 4/11/2026
2026.1101.238 75 4/11/2026
2026.1101.227 79 4/11/2026
2026.1100.676 83 4/10/2026
2026.1100.579 86 4/10/2026
2026.1099.978 85 4/9/2026
2026.1099.931 84 4/9/2026
2026.1099.890 88 4/9/2026
2026.1099.846 87 4/9/2026
2026.1054.36 91 2/23/2026
Loading failed