Redpoint.ProcessTree 2025.1335.262

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Redpoint.ProcessTree --version 2025.1335.262
                    
NuGet\Install-Package Redpoint.ProcessTree -Version 2025.1335.262
                    
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="2025.1335.262" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.ProcessTree" Version="2025.1335.262" />
                    
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 2025.1335.262
                    
#r "nuget: Redpoint.ProcessTree, 2025.1335.262"
                    
#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@2025.1335.262
                    
#: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=2025.1335.262
                    
Install as a Cake Addin
#tool nuget:?package=Redpoint.ProcessTree&version=2025.1335.262
                    
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.1194.222 85 7/13/2026
2026.1194.208 85 7/13/2026
2026.1187.244 94 7/6/2026
2026.1186.1412 87 7/5/2026
2026.1186.1399 88 7/5/2026
2026.1186.1383 96 7/5/2026
2026.1177.445 111 6/26/2026
2026.1170.257 104 6/19/2026
2026.1169.464 110 6/18/2026
2026.1169.426 111 6/18/2026
2026.1169.413 115 6/18/2026
2026.1169.196 114 6/18/2026
2026.1161.947 107 6/10/2026
2026.1159.820 105 6/8/2026
2026.1159.804 108 6/8/2026
2026.1159.544 106 6/8/2026
2026.1159.510 107 6/8/2026
2026.1154.870 106 6/3/2026
2026.1154.811 109 6/3/2026
2025.1335.262 548 12/1/2025
Loading failed