C# 클래스 SecureDelete.Schedule.PowerManager

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

공개 메소드들

메소드 설명
GetPowerStatus ( ) : bool

Method should only be used on XP systems.

IsUnderVista ( ) : bool
PowerManager ( ) : System
Start ( ) : bool
Stop ( ) : void

비공개 메소드들

메소드 설명
GetSystemPowerStatus ( SystemPowerStatus lpSystemPowerStatus ) : bool
NotifyStatusChagned ( ) : void
StopImpl ( ) : void
WinFormStop ( ) : void
WinFormsStart ( ) : void

메소드 상세

GetPowerStatus() 공개 메소드

Method should only be used on XP systems.
public GetPowerStatus ( ) : bool
리턴 bool

IsUnderVista() 공개 정적인 메소드

public static IsUnderVista ( ) : bool
리턴 bool

PowerManager() 공개 메소드

public PowerManager ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : bool
리턴 bool

Stop() 공개 메소드

public Stop ( ) : void
리턴 void