C# 클래스 Medusa.Network.Message.MessageFactory

파일 보기 프로젝트 열기: fjz13/Medusa

공개 프로퍼티들

프로퍼티 타입 설명
SessionId uint

공개 메소드들

메소드 설명
Create ( uint id ) : IMessage
IsSubclassOfRecursively ( this type, Type other ) : bool
Register ( uint id, Type type ) : void
RegisterAll ( ) : void

비공개 메소드들

메소드 설명
GetAllAssemblies ( ) : AssemblyName>.Dictionary
MessageFactory ( ) : System

메소드 상세

Create() 공개 정적인 메소드

public static Create ( uint id ) : IMessage
id uint
리턴 IMessage

IsSubclassOfRecursively() 공개 정적인 메소드

public static IsSubclassOfRecursively ( this type, Type other ) : bool
type this
other System.Type
리턴 bool

Register() 공개 정적인 메소드

public static Register ( uint id, Type type ) : void
id uint
type System.Type
리턴 void

RegisterAll() 공개 정적인 메소드

public static RegisterAll ( ) : void
리턴 void

프로퍼티 상세

SessionId 공개적으로 정적으로 프로퍼티

public static uint SessionId
리턴 uint