C# 클래스 Disco.ClientBootstrapper.Interop.ShutdownInterop

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
Reboot ( ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
AdjustTokenPrivileges ( IntPtr htok, bool disall, TokPriv1Luid &newst, int len, IntPtr prev, IntPtr relen ) : bool
ExitWindowsEx ( int flg, int rea ) : bool
GetCurrentProcess ( ) : IntPtr
LookupPrivilegeValue ( string host, string name, long &pluid ) : bool
OpenProcessToken ( IntPtr h, int acc, IntPtr &phtok ) : bool
Shutdown ( int flag ) : void

메소드 상세

Reboot() 공개 정적인 메소드

public static Reboot ( ) : void
리턴 void

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void