Mono Class Library: OverviewSystem.Diagnostics.ProcessStartInfo: Members |
The members of System.Diagnostics.ProcessStartInfo are listed below.
See Also: Inherited members from System.Object
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.
Arguments string. Get or Set the arguments that should be passed to the program specified in ProcessStartInfo.FileName. CreateNoWindow bool. Documentation for this section has not yet been entered. Domain string. Documentation for this section has not yet been entered. [read-only] EnvironmentVariables System.Collections.Specialized.StringDictionary. Documentation for this section has not yet been entered. ErrorDialog bool. Documentation for this section has not yet been entered. ErrorDialogParentHandle IntPtr. Documentation for this section has not yet been entered. FileName string. Get or set the path to the application to be executed. LoadUserProfile bool. Documentation for this section has not yet been entered. Password System.Security.SecureString. Documentation for this section has not yet been entered. RedirectStandardError bool. Documentation for this section has not yet been entered. RedirectStandardInput bool. Documentation for this section has not yet been entered. RedirectStandardOutput bool. Documentation for this section has not yet been entered. StandardErrorEncoding System.Text.Encoding. Documentation for this section has not yet been entered. StandardOutputEncoding System.Text.Encoding. Documentation for this section has not yet been entered. UserName string. Documentation for this section has not yet been entered. UseShellExecute bool. Documentation for this section has not yet been entered. Verb string. Documentation for this section has not yet been entered. [read-only] Verbs string[]. Documentation for this section has not yet been entered. WindowStyle ProcessWindowStyle. Documentation for this section has not yet been entered. WorkingDirectory string. Documentation for this section has not yet been entered.