smsclictr.automation library
Create a new process on a remote system. For security reasons this method cannot be used to start an interactive process remotely.

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
public 
int 
StartProcess(
	
string 
CommandLine,
	
string 
CurrentDirectory,
	
ManagementBaseObject 
ProcessStartupInformation
)

Parameters

CommandLine
Type: System . . :: . String
CurrentDirectory
Type: System . . :: . String
ProcessStartupInformation
Type: System.Management . . :: . ManagementBaseObject
A Win32_ProcessStartup Object http://msdn2.microsoft.com/en-us/library/aa394375.aspx

Return Value

ProcessID

See Also