AAFReport.Runner.CreateProcess C# (CSharp) Метод

CreateProcess() приватный метод

private CreateProcess ( String lpApplicationName, String lpCommandLine, SECURITY_ATTRIBUTES &lpProcessAttributes, SECURITY_ATTRIBUTES &lpThreadAttributes, bool bInheritHandle, int dwCreationFlags, IntPtr lpEnvironment, String lpCurrentDirectory, STARTUPINFO &lpStartupInfo, PROCESS_INFORMATION &lpProcessInformation ) : bool
lpApplicationName String
lpCommandLine String
lpProcessAttributes SECURITY_ATTRIBUTES
lpThreadAttributes SECURITY_ATTRIBUTES
bInheritHandle bool
dwCreationFlags int
lpEnvironment System.IntPtr
lpCurrentDirectory String
lpStartupInfo STARTUPINFO
lpProcessInformation PROCESS_INFORMATION
Результат bool
        public static extern bool CreateProcess(
			String lpApplicationName, 
			String lpCommandLine, 
			ref SECURITY_ATTRIBUTES lpProcessAttributes,
			ref SECURITY_ATTRIBUTES lpThreadAttributes, 
			bool bInheritHandle, 
			int dwCreationFlags, 
			IntPtr lpEnvironment,
			String lpCurrentDirectory, 
			ref STARTUPINFO lpStartupInfo, 
			out PROCESS_INFORMATION lpProcessInformation);