C# 클래스 CSharp___DllImport.Phone.OS.Kernel

파일 보기 프로젝트 열기: ApexHAB/apex-lumia

공개 메소드들

메소드 설명
IsProcessorFeaturePresent ( ProcessorFeatures feature ) : bool
ResetDevice ( ) : void

the method needed to be called to actually reset the device.

비공개 메소드들

메소드 설명
CTL_CODE ( uint DeviceType, uint Function, uint Method, uint Access ) : uint

메소드 상세

IsProcessorFeaturePresent() 공개 정적인 메소드

public static IsProcessorFeaturePresent ( ProcessorFeatures feature ) : bool
feature ProcessorFeatures
리턴 bool

ResetDevice() 공개 정적인 메소드

the method needed to be called to actually reset the device.
public static ResetDevice ( ) : void
리턴 void