C# 클래스 Reboot, code

상속: MonoBehaviour
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
CTL_CODE ( uint DeviceType, uint Function, uint Method, uint Access ) : uint
ColdReset ( ) : uint
HardReset ( ) : void
SoftReset ( ) : uint

Causes the CE device to soft/warm reset

rebootDevice ( ) : void

비공개 메소드들

메소드 설명
ExitWindowsEx ( uint dwFlags, uint dwReserved ) : bool
KernelIoControl ( int dwIoControlCode, IntPtr, lpInBuf, int nInBufSize, IntPtr, lpOutBuf, int nOutBufSize, int &lpBytesReturned ) : int
KernelIoControl ( uint dwIoControlCode, IntPtr, lpInBuf, uint nInBufSize, IntPtr, lpOutBuf, uint nOutBufSize, uint &lpBytesReturned ) : uint
SetCleanRebootFlag ( ) : void
SetSystemPowerState ( String psState, Int32, StateFlags, Int32, Options ) : uint

메소드 상세

CTL_CODE() 공개 정적인 메소드

public static CTL_CODE ( uint DeviceType, uint Function, uint Method, uint Access ) : uint
DeviceType uint
Function uint
Method uint
Access uint
리턴 uint

ColdReset() 공개 정적인 메소드

public static ColdReset ( ) : uint
리턴 uint

HardReset() 공개 정적인 메소드

public static HardReset ( ) : void
리턴 void

SoftReset() 공개 정적인 메소드

Causes the CE device to soft/warm reset
public static SoftReset ( ) : uint
리턴 uint

rebootDevice() 공개 메소드

public rebootDevice ( ) : void
리턴 void