C# Класс AdvancedLauncher.Tools.Execution.ParentProcessUtilities

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetParentProcess ( ) : Process

Gets the parent process of the current process.

GetParentProcess ( IntPtr handle ) : Process

Gets the parent process of a specified process.

GetParentProcess ( int id ) : Process

Gets the parent process of specified process.

Описание методов

GetParentProcess() публичный статический Метод

Gets the parent process of the current process.
public static GetParentProcess ( ) : Process
Результат System.Diagnostics.Process

GetParentProcess() публичный статический Метод

Gets the parent process of a specified process.
public static GetParentProcess ( IntPtr handle ) : Process
handle System.IntPtr The process handle.
Результат System.Diagnostics.Process

GetParentProcess() публичный статический Метод

Gets the parent process of specified process.
public static GetParentProcess ( int id ) : Process
id int The process id.
Результат System.Diagnostics.Process