C# Class Sparkles.Command

Inheritance: System.Diagnostics.Process
Afficher le fichier Open project: hbons/SparkleShare Class Usage Examples

Méthodes publiques

Méthode Description
Command ( string path, string args ) : System
Command ( string path, string args, bool write_output ) : System
SetEnvironmentVariable ( string variable, string content ) : void
Start ( ) : void
StartAndReadStandardError ( ) : string
StartAndReadStandardOutput ( ) : string
StartAndWaitForExit ( ) : void

Méthodes protégées

Méthode Description
LocateCommand ( string name ) : string

Method Details

Command() public méthode

public Command ( string path, string args ) : System
path string
args string
Résultat System

Command() public méthode

public Command ( string path, string args, bool write_output ) : System
path string
args string
write_output bool
Résultat System

LocateCommand() protected static méthode

protected static LocateCommand ( string name ) : string
name string
Résultat string

SetEnvironmentVariable() public méthode

public SetEnvironmentVariable ( string variable, string content ) : void
variable string
content string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

StartAndReadStandardError() public méthode

public StartAndReadStandardError ( ) : string
Résultat string

StartAndReadStandardOutput() public méthode

public StartAndReadStandardOutput ( ) : string
Résultat string

StartAndWaitForExit() public méthode

public StartAndWaitForExit ( ) : void
Résultat void