Method | Description | |
---|---|---|
GetAllProcesses ( ) : List |
Get a list of all the processes running on the system at a given time.
|
|
Process ( ) : System | ||
Process ( uint procID ) : System | ||
Process ( uint procID, IntPtr, procHandle ) : System | ||
Terminate ( uint exitCode ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Exit ( int aCode ) : void |
public Process ( uint procID, IntPtr, procHandle ) : System | ||
procID | uint | |
procHandle | IntPtr, | |
return | System |