C# Класс EtherDuels.Config.KeyboardConfiguration

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

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

Метод Описание
Equals ( KeyboardConfiguration secKeyConf ) : bool

Checks if the assigned KeyboardConfiguration object is equal to this one. Objects are defined equal if all the respective keyboard shortcuts match with each other.

GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void

Adds all important values to the SerializationInfo.

KeyboardConfiguration ( ) : System

Creates a new KeyboardConfiguration.

KeyboardConfiguration ( SerializationInfo info, StreamingContext ctxt ) : System

Creates a new KeyboradConfiguration.

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

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

Checks if the assigned KeyboardConfiguration object is equal to this one. Objects are defined equal if all the respective keyboard shortcuts match with each other.
public Equals ( KeyboardConfiguration secKeyConf ) : bool
secKeyConf KeyboardConfiguration The KeyboardConfiguration which needs to be checked for equality.
Результат bool

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

Adds all important values to the SerializationInfo.
public GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void
info System.Runtime.Serialization.SerializationInfo The assigned SerializationInfo.
ctxt System.Runtime.Serialization.StreamingContext The assigned StreamingContext.
Результат void

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

Creates a new KeyboardConfiguration.
public KeyboardConfiguration ( ) : System
Результат System

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

Creates a new KeyboradConfiguration.
public KeyboardConfiguration ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
ctxt System.Runtime.Serialization.StreamingContext The StreamingContext.
Результат System