Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
ProcessStartInfo Properties

The ProcessStartInfo type exposes the following members.

  NameDescription
Public propertySupported by the .NET Compact FrameworkArguments Gets or sets the set of command-line arguments to use when starting the application.
Public propertyCreateNoWindow Gets or sets a value indicating whether to start the process in a new window.
Public propertyDomain Gets or sets a value that identifies the domain to use when starting the process.
Public propertyEnvironmentVariables Gets search paths for files, directories for temporary files, application-specific options, and other similar information.
Public propertyErrorDialog Gets or sets a value indicating whether an error dialog box is displayed to the user if the process cannot be started.
Public propertyErrorDialogParentHandle Gets or sets the window handle to use when an error dialog box is shown for a process that cannot be started.
Public propertySupported by the .NET Compact FrameworkFileName Gets or sets the application or document to start.
Public propertyLoadUserProfile Gets or sets a value that indicates whether the Windows user profile is to be loaded from the registry.
Public propertyPassword Gets or sets a secure string that contains the user password to use when starting the process.
Public propertyRedirectStandardError Gets or sets a value that indicates whether the error output of an application is written to the Process..::.StandardError stream.
Public propertyRedirectStandardInput Gets or sets a value indicating whether the input for an application is read from the Process..::.StandardInput stream.
Public propertyRedirectStandardOutput Gets or sets a value that indicates whether the output of an application is written to the Process..::.StandardOutput stream.
Public propertyStandardErrorEncoding Gets or sets the preferred encoding for error output.
Public propertyStandardOutputEncoding Gets or sets the preferred encoding for standard output.
Public propertyUserName Gets or sets the user name to be used when starting the process.
Public propertySupported by the .NET Compact FrameworkUseShellExecute Gets or sets a value indicating whether to use the operating system shell to start the process.
Public propertySupported by the .NET Compact FrameworkVerb Gets or sets the verb to use when opening the application or document specified by the FileName property.
Public propertyVerbs Gets the set of verbs associated with the type of file specified by the FileName property.
Public propertyWindowStyle Gets or sets the window state to use when the process is started.
Public propertySupported by the .NET Compact FrameworkWorkingDirectory Gets or sets the initial directory for the process to be started.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker