C# Класс CSharp___DllImport.Phone.OS.Kernel

Показать файл Открыть проект

Открытые методы

Метод Описание
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