C# Class IFEOGlobal.Launcher

Afficher le fichier Open project: zsxsoft/IFEOManage

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

RestartWithAdministrator() public static méthode

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