C# Class Process, NewTOAPIA

Inheritance: Page
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Exit ( int aCode ) : void

Method Details

Exit() protected méthode

protected Exit ( int aCode ) : void
aCode int
Résultat void

GetAllProcesses() public static méthode

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

Process() public méthode

public Process ( ) : System
Résultat System

Process() public méthode

public Process ( uint procID ) : System
procID uint
Résultat System

Process() public méthode

public Process ( uint procID, IntPtr, procHandle ) : System
procID uint
procHandle IntPtr,
Résultat System

Terminate() public méthode

public Terminate ( uint exitCode ) : void
exitCode uint
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string