C# Class Sharpen.SystemProcess

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void
ExitValue ( ) : int
GetErrorStream ( ) : InputStream
GetInputStream ( ) : InputStream
GetOutputStream ( ) : OutputStream
Start ( ProcessStartInfo psi ) : SystemProcess
SystemProcess ( ) : System
SystemProcess ( Process proc ) : System
WaitFor ( ) : int

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

ExitValue() public méthode

public ExitValue ( ) : int
Résultat int

GetErrorStream() public méthode

public GetErrorStream ( ) : InputStream
Résultat InputStream

GetInputStream() public méthode

public GetInputStream ( ) : InputStream
Résultat InputStream

GetOutputStream() public méthode

public GetOutputStream ( ) : OutputStream
Résultat OutputStream

Start() public static méthode

public static Start ( ProcessStartInfo psi ) : SystemProcess
psi System.Diagnostics.ProcessStartInfo
Résultat SystemProcess

SystemProcess() public méthode

public SystemProcess ( ) : System
Résultat System

SystemProcess() public méthode

public SystemProcess ( Process proc ) : System
proc System.Diagnostics.Process
Résultat System

WaitFor() public méthode

public WaitFor ( ) : int
Résultat int