Mono Class Library: Overview

System.Diagnostics.ProcessStartInfo: Members

The members of System.Diagnostics.ProcessStartInfo are listed below.

See Also: Inherited members from System.Object

Public Constructors

Default Constructor. Creates an empty System.Diagnostics.ProcessStartInfo object.
Creates a new System.Diagnostics.ProcessStartInfo object with its ProcessStartInfo.FileName set to the specified value.
Creates a new System.Diagnostics.ProcessStartInfo object with its ProcessStartInfo.FileName and ProcessStartInfo.Arguments set to the specified values.

Public Properties

Argumentsstring. Get or Set the arguments that should be passed to the program specified in ProcessStartInfo.FileName.
CreateNoWindowbool. Documentation for this section has not yet been entered.
Domainstring. Documentation for this section has not yet been entered.
[read-only]
EnvironmentVariablesSystem.Collections.Specialized.StringDictionary. Documentation for this section has not yet been entered.
ErrorDialogbool. Documentation for this section has not yet been entered.
ErrorDialogParentHandleIntPtr. Documentation for this section has not yet been entered.
FileNamestring. Get or set the path to the application to be executed.
LoadUserProfilebool. Documentation for this section has not yet been entered.
PasswordSystem.Security.SecureString. Documentation for this section has not yet been entered.
RedirectStandardErrorbool. Documentation for this section has not yet been entered.
RedirectStandardInputbool. Documentation for this section has not yet been entered.
RedirectStandardOutputbool. Documentation for this section has not yet been entered.
StandardErrorEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
StandardOutputEncodingSystem.Text.Encoding. Documentation for this section has not yet been entered.
UserNamestring. Documentation for this section has not yet been entered.
UseShellExecutebool. Documentation for this section has not yet been entered.
Verbstring. Documentation for this section has not yet been entered.
[read-only]
Verbsstring[]. Documentation for this section has not yet been entered.
WindowStyleProcessWindowStyle. Documentation for this section has not yet been entered.
WorkingDirectorystring. Documentation for this section has not yet been entered.