Method CreateProcess
CreateProcess(string, string, SECURITY_ATTRIBUTES, SECURITY_ATTRIBUTES, int, uint, IntPtr, string, STARTUPINFO, PROCESS_INFORMATION, CorDebugCreateProcessFlags, out ICorDebugProcess)
void CreateProcess(string lpApplicationName, string lpCommandLine, SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, int bInheritHandles, uint dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, STARTUPINFO lpStartupInfo, PROCESS_INFORMATION lpProcessInformation, CorDebugCreateProcessFlags debuggingFlags, out ICorDebugProcess ppProcess)
Parameters
lpApplicationName
stringlpCommandLine
stringlpProcessAttributes
SECURITY_ATTRIBUTESlpThreadAttributes
SECURITY_ATTRIBUTESbInheritHandles
intdwCreationFlags
uintlpEnvironment
IntPtrlpCurrentDirectory
stringlpStartupInfo
STARTUPINFOlpProcessInformation
PROCESS_INFORMATIONdebuggingFlags
CorDebugCreateProcessFlagsppProcess
ICorDebugProcess