Property | Type | Description |
---|
Method | Description | |
---|---|---|
ProcessStartInfo ( ) | ||
ProcessStartInfo ( string fileName ) | ||
ProcessStartInfo ( string fileName, string arguments ) | ||
ProcessStartInfo ( ) : System.Collections | ||
ProcessStartInfo ( string fileName ) : System.Collections | ||
ProcessStartInfo ( string fileName, string arguments ) : System.Collections |
public ProcessStartInfo ( string fileName, string arguments ) | ||
fileName | string | |
arguments | string |
public ProcessStartInfo ( ) : System.Collections | ||
return | System.Collections |
public ProcessStartInfo ( string fileName ) : System.Collections | ||
fileName | string | |
return | System.Collections |
public ProcessStartInfo ( string fileName, string arguments ) : System.Collections | ||
fileName | string | |
arguments | string | |
return | System.Collections |