C# 클래스 MoveToDesktop.RunHelper

파일 보기 프로젝트 열기: Eun/MoveToDesktop 1 사용 예제들

공개 메소드들

메소드 설명
Exit ( ) : void
Is64BitOperatingSystem ( ) : bool
Start ( ) : void

비공개 메소드들

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

메소드 상세

Exit() 공개 정적인 메소드

public static Exit ( ) : void
리턴 void

Is64BitOperatingSystem() 공개 정적인 메소드

public static Is64BitOperatingSystem ( ) : bool
리턴 bool

Start() 공개 정적인 메소드

public static Start ( ) : void
리턴 void