C# Class MoveToDesktop.RunHelper

Afficher le fichier Open project: Eun/MoveToDesktop Class Usage Examples

Méthodes publiques

Méthode Description
Exit ( ) : void
Is64BitOperatingSystem ( ) : bool
Start ( ) : void

Private Methods

Méthode Description
CloseHandle ( IntPtr hObject ) : bool
GetCurrentProcess ( ) : IntPtr
GetModuleHandle ( string moduleName ) : IntPtr
GetProcAddress ( IntPtr hModule, string procName ) : IntPtr
IsWow64Process ( IntPtr hProcess, bool &wow64Process ) : bool
KillInstances ( Runner runner ) : bool
KillInstances ( ) : void
OpenMutex ( uint dwDesiredAccess, bool bInheritHandle, string lpName ) : IntPtr
StartInstance ( Runner runner ) : bool
StartInstances ( ) : void

Method Details

Exit() public static méthode

public static Exit ( ) : void
Résultat void

Is64BitOperatingSystem() public static méthode

public static Is64BitOperatingSystem ( ) : bool
Résultat bool

Start() public static méthode

public static Start ( ) : void
Résultat void