C# Class CSharp___DllImport.Phone.OS.Kernel

Show file Open project: ApexHAB/apex-lumia

Public Methods

Method Description
IsProcessorFeaturePresent ( ProcessorFeatures feature ) : bool
ResetDevice ( ) : void

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

Private Methods

Method Description
CTL_CODE ( uint DeviceType, uint Function, uint Method, uint Access ) : uint

Method Details

IsProcessorFeaturePresent() public static method

public static IsProcessorFeaturePresent ( ProcessorFeatures feature ) : bool
feature ProcessorFeatures
return bool

ResetDevice() public static method

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