C# 클래스 NiceHashMiner.PInvoke.PInvokeHelpers

파일 보기 프로젝트 열기: nicehash/NiceHashMiner

공개 메소드들

메소드 설명
AllowMonitorPowerdownAndSleep ( ) : void
KeepSystemAwake ( ) : void
PreventMonitorPowerdown ( ) : void
PreventSleep ( ) : void

비공개 메소드들

메소드 설명
AllocConsole ( ) : bool
GetLastInputInfo ( LASTINPUTINFO &plii ) : bool
InternetGetConnectedState ( int &Description, int ReservedValue ) : bool
IsWow64Process ( [ hProcess, [ wow64Process ) : bool
SetThreadExecutionState ( EXECUTION_STATE esFlags ) : EXECUTION_STATE

메소드 상세

AllowMonitorPowerdownAndSleep() 공개 정적인 메소드

public static AllowMonitorPowerdownAndSleep ( ) : void
리턴 void

KeepSystemAwake() 공개 정적인 메소드

public static KeepSystemAwake ( ) : void
리턴 void

PreventMonitorPowerdown() 공개 정적인 메소드

public static PreventMonitorPowerdown ( ) : void
리턴 void

PreventSleep() 공개 정적인 메소드

public static PreventSleep ( ) : void
리턴 void