Méthode | Description | |
---|---|---|
ProcessStartInfoWrap ( ) : System |
Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class without specifying a file name with which to start the process.
|
|
ProcessStartInfoWrap ( |
Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class with providing ProcessStartInfo instance.
|
|
ProcessStartInfoWrap ( string fileName ) : System |
Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class and specifies a file name such as an application or document with which to start the process.
|
|
ProcessStartInfoWrap ( string fileName, string arguments ) : System |
Initializes a new instance of the T:UnitWrappers.System.Diagnostics.ProcessStartInfoWrap class, specifies an application file name with which to start the process, and specifies a set of command-line arguments to pass to the application.
|
public ProcessStartInfoWrap ( |
||
processStartInfo | ProcessStartInfo instance | |
Résultat | System |
public ProcessStartInfoWrap ( string fileName ) : System | ||
fileName | string | |
Résultat | System |
public ProcessStartInfoWrap ( string fileName, string arguments ) : System | ||
fileName | string | |
arguments | string | |
Résultat | System |