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

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

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

Метод Описание
CheckPassword ( string password ) : bool
GetIdleTime ( ) : int

This function returns the amount of time, in milliseconds, that the system has been idle.

GetPasswordActive ( ) : bool

Описание методов

CheckPassword() публичный статический Метод

public static CheckPassword ( string password ) : bool
password string
Результат bool

GetIdleTime() публичный статический Метод

This function returns the amount of time, in milliseconds, that the system has been idle.
public static GetIdleTime ( ) : int
Результат int

GetPasswordActive() публичный статический Метод

public static GetPasswordActive ( ) : bool
Результат bool