C# 클래스 Huoyaoyuan.AdmiralRoom.Win32Helper

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

공개 메소드들

메소드 설명
GetRestoreWindowPosition ( Window window ) : void
RefreshIESettings ( string strProxy ) : bool
SetGPURendering ( bool enable ) : void
SetIEEmulation ( int mode ) : void
SetMMCSSTask ( ) : void
SetRestoreWindowPosition ( Window window ) : void

비공개 메소드들

메소드 설명
AvSetMmThreadCharacteristics ( string taskName, uint &taskIndex ) : IntPtr
GetWindowPlacement ( IntPtr hWnd, WINDOWPLACEMENT &lpwndpl ) : bool
InternetSetOption ( IntPtr hInternet, int dwOption, IntPtr lpBuffer, int lpdwBufferLength ) : bool
SetWindowPlacement ( IntPtr hWnd, [ lpwndpl ) : bool

메소드 상세

GetRestoreWindowPosition() 공개 정적인 메소드

public static GetRestoreWindowPosition ( Window window ) : void
window System.Windows.Window
리턴 void

RefreshIESettings() 공개 정적인 메소드

public static RefreshIESettings ( string strProxy ) : bool
strProxy string
리턴 bool

SetGPURendering() 공개 정적인 메소드

public static SetGPURendering ( bool enable ) : void
enable bool
리턴 void

SetIEEmulation() 공개 정적인 메소드

public static SetIEEmulation ( int mode ) : void
mode int
리턴 void

SetMMCSSTask() 공개 정적인 메소드

public static SetMMCSSTask ( ) : void
리턴 void

SetRestoreWindowPosition() 공개 정적인 메소드

public static SetRestoreWindowPosition ( Window window ) : void
window System.Windows.Window
리턴 void