C# Class IFEOGlobal.Launcher

Show file Open project: zsxsoft/IFEOManage

Public Methods

Method Description
CreateProcess ( string ProcessName, string CommandLine ) : void

Creates the process.

RestartWithAdministrator ( ) : void

Restarts this instance with administrator right. Copied from .NET source code: winforms\Managed\System\WinForms\Application.cs

Private Methods

Method Description
CloseHandle ( IntPtr hObject ) : bool
CreateProcess ( StringBuilder lpApplicationName, StringBuilder lpCommandLine, SECURITY_ATTRIBUTES lpProcessAttributes, SECURITY_ATTRIBUTES lpThreadAttributes, bool bInheritHandles, int dwCreationFlags, StringBuilder lpEnvironment, StringBuilder lpCurrentDirectory, STARTUPINFO &lpStartupInfo, PROCESS_INFORMATION &lpProcessInformation ) : bool
DbgUiConnectToDbg ( ) : bool
DbgUiStopDebugging ( IntPtr hProcess ) : int

Method Details

CreateProcess() public static method

Creates the process.
Failure
public static CreateProcess ( string ProcessName, string CommandLine ) : void
ProcessName string Name of the process.
CommandLine string The command line.
return void

RestartWithAdministrator() public static method

Restarts this instance with administrator right. Copied from .NET source code: winforms\Managed\System\WinForms\Application.cs
public static RestartWithAdministrator ( ) : void
return void