smsclictr.automation library
Create a remote process

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

Syntax

C#
public 
uint 
CreateProcess(
	
string 
CommandLine,
	
string 
CurrentDirectory,
	
ManagementBaseObject 
ProcessStartupInformation
)

Parameters

CommandLine
Type: System . . :: . String
CurrentDirectory
Type: System . . :: . String
ProcessStartupInformation
Type: System.Management . . :: . ManagementBaseObject

Return Value

Returns ProcessID or 0 if failed

See Also