Esempio n. 1
0
 public static extern bool CreateProcess(string applicationPath,
                                         string commandLine,
                                         IntPtr processSecurityAttributes,
                                         IntPtr threadSecurityAttributes,
                                         bool inheritHandles,
                                         Win32ProcessCreationFlags creationFlags,
                                         IntPtr environment,
                                         string currentDirectory,
                                         ref Win32StartupInfo startupInfo,
                                         out Win32ProcessInformation processInformation);
Esempio n. 2
0
 public static extern bool CreateProcess(string applicationPath,
     string commandLine,
     IntPtr processSecurityAttributes,
     IntPtr threadSecurityAttributes,
     bool inheritHandles,
     Win32ProcessCreationFlags creationFlags,
     IntPtr environment,
     string currentDirectory,
     ref Win32StartupInfo startupInfo,
     out Win32ProcessInformation processInformation);