| ScanUtilsstartProcess Method  | 
            Starts the process of the given fileName optionally with args.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Process startProcess(
	string fileName,
	params string[] args
)
Public Shared Function startProcess ( 
	fileName As String,
	ParamArray args As String()
) As Process
public:
static Process^ startProcess(
	String^ fileName, 
	... array<String^>^ args
)
static member startProcess : 
        fileName : string * 
        args : string[] -> Process 
Parameters
- fileName
 - Type: SystemString
 - args
 - Type: SystemString
 
Return Value
Type: 
ProcessProcess if successful or null if failed.
See Also