ACR_DatabaseConnector.DatabaseConnector.CreateProcessA C# (CSharp) Méthode

CreateProcessA() private méthode

private CreateProcessA ( string lpApplicationName, string lpCommandLine, IntPtr lpProcessAttributes, IntPtr lpThreadAttributes, int bInheritHandles, PROCESSCREATIONFLAGS dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory, [ lpStartupInfo, PROCESS_INFORMATION &lpProcessInformation ) : int
lpApplicationName string
lpCommandLine string
lpProcessAttributes System.IntPtr
lpThreadAttributes System.IntPtr
bInheritHandles int
dwCreationFlags PROCESSCREATIONFLAGS
lpEnvironment System.IntPtr
lpCurrentDirectory string
lpStartupInfo [
lpProcessInformation PROCESS_INFORMATION
Résultat int
        private static extern int CreateProcessA(string lpApplicationName,
           string lpCommandLine, IntPtr lpProcessAttributes,
           IntPtr lpThreadAttributes, int bInheritHandles,
           PROCESSCREATIONFLAGS dwCreationFlags, IntPtr lpEnvironment, string lpCurrentDirectory,
           [In] ref STARTUPINFO lpStartupInfo,
           out PROCESS_INFORMATION lpProcessInformation);