Property | Type | Description | |
---|---|---|---|
GetModules | |||
GetProcessInfo | |||
GetProcessInfos | System.Diagnostics.ProcessInfo[] | ||
GetProcessInfos | System.Diagnostics.ProcessInfo[] | ||
GetThreadInfo | |||
GetThreadWaitReason | ThreadWaitReason | ||
GetValueId | ValueId | ||
HandleError | void | ||
ReadCounterValue | long |
Method | Description | |
---|---|---|
GetFirstModule ( int processId ) : |
||
GetModules ( int processId ) : |
||
GetProcessIdFromHandle ( |
||
GetProcessIds ( ) : int[] | ||
GetProcessIds ( string machineName, bool isRemoteMachine ) : int[] | ||
GetProcessInfos ( string machineName, bool isRemoteMachine ) : System.Diagnostics.ProcessInfo[] |
Method | Description | |
---|---|---|
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 | |
return |
public static GetModules ( int processId ) : |
||
processId | int | |
return |
public static GetProcessIdFromHandle ( |
||
processHandle | ||
return | int |
public static GetProcessIds ( string machineName, bool isRemoteMachine ) : int[] | ||
machineName | string | |
isRemoteMachine | bool | |
return | int[] |
public static GetProcessInfos ( string machineName, bool isRemoteMachine ) : System.Diagnostics.ProcessInfo[] | ||
machineName | string | |
isRemoteMachine | bool | |
return | System.Diagnostics.ProcessInfo[] |