Walter.BOM
SimpleProcessStartInfo Constructor(String,String,String)
Walter.BOM Assembly > Walter.BOM Namespace > SimpleProcessStartInfo Class > SimpleProcessStartInfo Constructor : SimpleProcessStartInfo Constructor(String,String,String)
The application or document to start.
The set of command-line arguments to use when starting the application.
the working directory for the process to be started.
Initializes a new instance of the SimpleProcessStartInfo class and specifies a file name and a set of command-line arguments to use when starting the application.
Syntax
public SimpleProcessStartInfo( 
   string fileName,
   string arguments,
   string workingDirectory
)

Parameters

fileName
The application or document to start.
arguments
The set of command-line arguments to use when starting the application.
workingDirectory
the working directory for the process to be started.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SimpleProcessStartInfo Class
SimpleProcessStartInfo Members
Overload List