메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
LocateCommand ( string name ) : string |
public Command ( string path, string args ) : System | ||
path | string | |
args | string | |
리턴 | System |
public Command ( string path, string args, bool write_output ) : System | ||
path | string | |
args | string | |
write_output | bool | |
리턴 | System |
protected static LocateCommand ( string name ) : string | ||
name | string | |
리턴 | string |
public SetEnvironmentVariable ( string variable, string content ) : void | ||
variable | string | |
content | string | |
리턴 | void |