Version:
CreateProcess(RemoteProcessStartInfo startInfo) Method
Creates a process on the remote server.
Syntax
public
abstract
IRemoteProcess CreateProcess(RemoteProcessStartInfo startInfo)
Parameters
- startInfo
- Type: RemoteProcessStartInfo
The process start info.
Returns
Instance used to control and monitor the remote process.
Exceptions
System.ArgumentNullException
|
startInfo is null (Nothing in Visual Basic).
|