Method | Description | |
---|---|---|
CommandStartInfo ( ) : System |
Initializes a new instance of the CommandStartInfo class with empty properties.
|
|
CommandStartInfo ( |
Initializes a new instance of the CommandStartInfo class using a ProcessStartInfo object to initialize its properties.
|
|
CommandStartInfo ( string path ) : System |
Initializes a new instance of the CommandStartInfo class using a path.
|
Method | Description | |
---|---|---|
GetProcessStartInfo ( string fileName ) : |
Returns a System.Diagnostics.ProcessStartInfo object which has matching properties of this CommandStartInfo object. Specifically, the returned System.Diagnostics.ProcessStartInfo object that is returned has the same properties except for CommandStartInfo.Path and CommandStartInfo.WorkingDirectory. |
public CommandStartInfo ( |
||
processStartInfo | The |
|
return | System |
public CommandStartInfo ( string path ) : System | ||
path | string | The path to use for executing a command. |
return | System |