C# 클래스 LEInstaller.Form1

파일 보기 프로젝트 열기: xupefei/Locale-Emulator

공개 메소드들

메소드 설명
Form1 ( ) : System

보호된 메소드들

메소드 설명
OnClosing ( CancelEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void