C# 클래스 EtherDuels.Config.KeyboardConfiguration

상속: InputConfigurationRetriever
파일 보기 프로젝트 열기: julius/pse_spacewar 1 사용 예제들

공개 메소드들

메소드 설명
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