C# Class LEInstaller.Form1

Mostra file Open project: xupefei/Locale-Emulator

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
DeleteFile ( string name ) : int
DoRegister ( ) : void
DoUnRegister ( ) : void
DoesWin32MethodExist ( string moduleName, string methodName ) : bool
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
Form1_Load ( object sender, EventArgs e ) : void
GetCurrentProcess ( ) : UIntPtr
GetLEVersion ( ) : string
GetModuleHandle ( string moduleName ) : UIntPtr
GetProcAddress ( UIntPtr hModule, [ procName ) : UIntPtr
IndicateBusy ( bool finish = false ) : void
Is64BitOS ( ) : bool
IsWow64Process ( UIntPtr hProcess, bool &wow64Process ) : bool
KillExplorer ( ) : void
OverrideHKCR ( bool restore = false ) : void
PostMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : bool
RegCloseKey ( UIntPtr hKey ) : int
RegOpenKeyEx ( UIntPtr hKey, string subKey, int ulOptions, uint samDesired, UIntPtr &hkResult ) : int
RegOverridePredefKey ( UIntPtr hKey, UIntPtr hNewKey ) : int
RemoveADS ( string s ) : void
ReplaceDll ( bool overwrite ) : bool
SetLastError ( int errorCode ) : void
StartExplorer ( ) : void
buttonInstall_Click ( object sender, EventArgs e ) : void
buttonUninstall_Click ( object sender, EventArgs e ) : void

Method Details

Form1() public method

public Form1 ( ) : System
return System

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void