C# Класс DroidExplorer.Configuration.KnownDeviceManager

Наследование: RegistrySettings
Показать файл Открыть проект

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

Метод Описание
DeleteKnownDevice ( string device ) : void

Deletes the known device.

GetDeviceFriendlyName ( string device ) : string

Gets the name of the device friendly.

GetDeviceGuid ( string device ) : System.Guid

Gets the device GUID.

GetKnownDevices ( ) : List

Gets the known devices.

SetDeviceFriendlyName ( string device, string name ) : void

Sets the name of the device friendly.

Защищенные методы

Метод Описание
KnownDeviceManager ( ) : System

Initializes a new instance of the KnownDeviceManager class.

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

DeleteKnownDevice() публичный Метод

Deletes the known device.
public DeleteKnownDevice ( string device ) : void
device string The device.
Результат void

GetDeviceFriendlyName() публичный Метод

Gets the name of the device friendly.
public GetDeviceFriendlyName ( string device ) : string
device string The device.
Результат string

GetDeviceGuid() публичный Метод

Gets the device GUID.
public GetDeviceGuid ( string device ) : System.Guid
device string The device.
Результат System.Guid

GetKnownDevices() публичный Метод

Gets the known devices.
public GetKnownDevices ( ) : List
Результат List

KnownDeviceManager() защищенный Метод

Initializes a new instance of the KnownDeviceManager class.
protected KnownDeviceManager ( ) : System
Результат System

SetDeviceFriendlyName() публичный Метод

Sets the name of the device friendly.
public SetDeviceFriendlyName ( string device, string name ) : void
device string The device.
name string The name.
Результат void