C# Class LitDev.LDProcess

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Méthode Description
GetProcesses ( ) : Primitive

Get a list of system processes.

Start ( Primitive application, Primitive arguments ) : Primitive

Start an external application.

Stop ( Primitive ID ) : Primitive

Stop an external process.

Method Details

GetProcesses() public static méthode

Get a list of system processes.
public static GetProcesses ( ) : Primitive
Résultat Primitive

Start() public static méthode

Start an external application.
public static Start ( Primitive application, Primitive arguments ) : Primitive
application Primitive /// The full path of the application to start e.g. "C:\Program Files (x86)\Microsoft\Small Basic\SB.exe". ///
arguments Primitive /// Arguments to give to the command or "" if none. ///
Résultat Primitive

Stop() public static méthode

Stop an external process.
public static Stop ( Primitive ID ) : Primitive
ID Primitive /// The process ID to stop. ///
Résultat Primitive