메소드 | 설명 | |
---|---|---|
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 |
public static CheckPermission ( string path ) : bool | ||
path | string | |
리턴 | bool |
public static EnsureAbsolutePath ( string path ) : string | ||
path | string | |
리턴 | string |
public static RedirectToWow64 ( string path ) : string | ||
path | string | |
리턴 | string |
public static RunWithElevatedProcess ( string executable, string args ) : void | ||
executable | string | |
args | string | |
리턴 | void |