Redpoint.ProcessTree 2023.1195.151

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Redpoint.ProcessTree --version 2023.1195.151
                    
NuGet\Install-Package Redpoint.ProcessTree -Version 2023.1195.151
                    
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="2023.1195.151" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Redpoint.ProcessTree" Version="2023.1195.151" />
                    
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 2023.1195.151
                    
#r "nuget: Redpoint.ProcessTree, 2023.1195.151"
                    
#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@2023.1195.151
                    
#: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=2023.1195.151
                    
Install as a Cake Addin
#tool nuget:?package=Redpoint.ProcessTree&version=2023.1195.151
                    
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 net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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.1144.634 0 5/24/2026
2026.1144.619 0 5/24/2026
2026.1144.288 28 5/24/2026
2026.1143.1097 33 5/23/2026
2026.1143.512 35 5/23/2026
2026.1143.499 30 5/23/2026
2026.1143.487 35 5/23/2026
2026.1143.486 37 5/23/2026
2026.1143.482 32 5/23/2026
2026.1143.479 37 5/23/2026
2026.1142.740 32 5/22/2026
2026.1142.738 29 5/22/2026
2026.1141.1069 37 5/21/2026
2026.1141.1068 34 5/21/2026
2026.1141.661 30 5/21/2026
2026.1141.644 35 5/21/2026
2026.1141.599 32 5/21/2026
2026.1141.561 37 5/21/2026
2026.1141.518 30 5/21/2026
2023.1195.151 313 7/14/2023
Loading failed