C# 클래스 LECommonLibrary.SystemHelper

파일 보기 프로젝트 열기: xupefei/Locale-Emulator 1 사용 예제들

공개 메소드들

메소드 설명
CheckPermission ( string path ) : bool
DisableDPIScale ( ) : void
EnsureAbsolutePath ( string path ) : string
Is4KDisplay ( ) : bool
Is64BitOS ( ) : bool
IsAdministrator ( ) : bool
RedirectToWow64 ( string path ) : string
RunWithElevatedProcess ( string executable, string args ) : void

RunWithElevatedProcess

비공개 메소드들

메소드 설명
DoesWin32MethodExist ( string moduleName, string methodName ) : bool
GetCurrentProcess ( ) : IntPtr
GetDeviceCaps ( IntPtr hDC, int nIndex ) : int
GetModuleHandle ( string moduleName ) : IntPtr
GetProcAddress ( IntPtr hModule, [ procName ) : IntPtr
IsWow64Process ( IntPtr hProcess, bool &wow64Process ) : bool
SetProcessDPIAware ( ) : bool
ShellExecuteEx ( SHELLEXECUTEINFO &lpExecInfo ) : bool

메소드 상세

CheckPermission() 공개 정적인 메소드

public static CheckPermission ( string path ) : bool
path string
리턴 bool

DisableDPIScale() 공개 정적인 메소드

public static DisableDPIScale ( ) : void
리턴 void

EnsureAbsolutePath() 공개 정적인 메소드

public static EnsureAbsolutePath ( string path ) : string
path string
리턴 string

Is4KDisplay() 공개 정적인 메소드

public static Is4KDisplay ( ) : bool
리턴 bool

Is64BitOS() 공개 정적인 메소드

public static Is64BitOS ( ) : bool
리턴 bool

IsAdministrator() 공개 정적인 메소드

public static IsAdministrator ( ) : bool
리턴 bool

RedirectToWow64() 공개 정적인 메소드

public static RedirectToWow64 ( string path ) : string
path string
리턴 string

RunWithElevatedProcess() 공개 정적인 메소드

RunWithElevatedProcess
Run error.
public static RunWithElevatedProcess ( string executable, string args ) : void
executable string
args string
리턴 void