C# Class Process, NewTOAPIA

Inheritance: Page
Exibir arquivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Exit ( int aCode ) : void

Method Details

Exit() protected method

protected Exit ( int aCode ) : void
aCode int
return void

GetAllProcesses() public static method

Get a list of all the processes running on the system at a given time.
public static GetAllProcesses ( ) : List
return List

Process() public method

public Process ( ) : System
return System

Process() public method

public Process ( uint procID ) : System
procID uint
return System

Process() public method

public Process ( uint procID, IntPtr, procHandle ) : System
procID uint
procHandle IntPtr,
return System

Terminate() public method

public Terminate ( uint exitCode ) : void
exitCode uint
return void

ToString() public method

public ToString ( ) : string
return string