C# Class MGDF.GamesManager.Model.ProcessManager

runs an external process with the option of passing command line parameters.
Inheritance: IProcessManager
Afficher le fichier Open project: mrsharpoblunto/MGDF

Méthodes publiques

Méthode Description
StartProcess ( string filePath, string args, ProcessExited callback, object context ) : void
WaitForProcess ( string filePath, string args ) : int

Method Details

StartProcess() public méthode

public StartProcess ( string filePath, string args, ProcessExited callback, object context ) : void
filePath string
args string
callback ProcessExited
context object
Résultat void

WaitForProcess() public méthode

public WaitForProcess ( string filePath, string args ) : int
filePath string
args string
Résultat int