C# Class Medusa.Network.Message.MessageFactory

Afficher le fichier Open project: fjz13/Medusa

Méthodes publiques

Свойство Type Description
SessionId uint

Méthodes publiques

Méthode Description
Create ( uint id ) : IMessage
IsSubclassOfRecursively ( this type, Type other ) : bool
Register ( uint id, Type type ) : void
RegisterAll ( ) : void

Private Methods

Méthode Description
GetAllAssemblies ( ) : AssemblyName>.Dictionary
MessageFactory ( ) : System

Method Details

Create() public static méthode

public static Create ( uint id ) : IMessage
id uint
Résultat IMessage

IsSubclassOfRecursively() public static méthode

public static IsSubclassOfRecursively ( this type, Type other ) : bool
type this
other System.Type
Résultat bool

Register() public static méthode

public static Register ( uint id, Type type ) : void
id uint
type System.Type
Résultat void

RegisterAll() public static méthode

public static RegisterAll ( ) : void
Résultat void

Property Details

SessionId public_oe static_oe property

public static uint SessionId
Résultat uint