Redpoint.ProcessTree 2025.1233.72

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.1233.72
                    
NuGet\Install-Package Redpoint.ProcessTree -Version 2025.1233.72
                    
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.1233.72" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.ProcessTree" Version="2025.1233.72" />
                    
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.1233.72
                    
#r "nuget: Redpoint.ProcessTree, 2025.1233.72"
                    
#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.1233.72
                    
#: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.1233.72
                    
Install as a Cake Addin
#tool nuget:?package=Redpoint.ProcessTree&version=2025.1233.72
                    
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.1101.342 23 4/11/2026
2026.1101.283 21 4/11/2026
2026.1101.267 31 4/11/2026
2026.1101.238 20 4/11/2026
2026.1101.227 24 4/11/2026
2026.1100.676 33 4/10/2026
2026.1100.579 37 4/10/2026
2026.1099.978 34 4/9/2026
2026.1099.931 36 4/9/2026
2026.1099.890 38 4/9/2026
2026.1099.846 37 4/9/2026
2026.1099.813 30 4/9/2026
2026.1099.796 31 4/9/2026
2026.1098.939 37 4/8/2026
2026.1098.877 32 4/8/2026
2026.1092.252 87 4/2/2026
2026.1092.189 89 4/2/2026
2026.1083.1405 79 3/24/2026
2026.1083.1403 82 3/24/2026
2025.1233.72 212 8/21/2025
Loading failed