Свойство | Тип | Описание | |
---|---|---|---|
GetModules | |||
GetProcessInfo | |||
GetProcessInfos | System.Diagnostics.ProcessInfo[] | ||
GetProcessInfos | System.Diagnostics.ProcessInfo[] | ||
GetThreadInfo | |||
GetThreadWaitReason | ThreadWaitReason | ||
GetValueId | ValueId | ||
HandleError | void | ||
ReadCounterValue | long |
Метод | Описание | |
---|---|---|
GetFirstModule ( int processId ) : |
||
GetModules ( int processId ) : |
||
GetProcessIdFromHandle ( |
||
GetProcessIds ( ) : int[] | ||
GetProcessIds ( string machineName, bool isRemoteMachine ) : int[] | ||
GetProcessInfos ( string machineName, bool isRemoteMachine ) : System.Diagnostics.ProcessInfo[] |
Метод | Описание | |
---|---|---|
GetModules ( int processId, bool firstModuleOnly ) : |
||
GetProcessInfo ( Interop type, |
||
GetProcessInfos ( |
||
GetProcessInfos ( |
||
GetThreadInfo ( Interop type, |
||
GetThreadWaitReason ( int value ) : ThreadWaitReason | ||
GetValueId ( string counterName ) : ValueId | ||
HandleError ( ) : void | ||
ReadCounterValue ( int counterType, IntPtr dataPtr ) : long |
public static GetFirstModule ( int processId ) : |
||
processId | int | |
Результат |
public static GetModules ( int processId ) : |
||
processId | int | |
Результат |
public static GetProcessIdFromHandle ( |
||
processHandle | ||
Результат | int |
public static GetProcessIds ( string machineName, bool isRemoteMachine ) : int[] | ||
machineName | string | |
isRemoteMachine | bool | |
Результат | int[] |
public static GetProcessInfos ( string machineName, bool isRemoteMachine ) : System.Diagnostics.ProcessInfo[] | ||
machineName | string | |
isRemoteMachine | bool | |
Результат | System.Diagnostics.ProcessInfo[] |