C# Class PhotonWire.Server.HubDescriptor

Afficher le fichier Open project: neuecc/PhotonWire Class Usage Examples

Private Properties

Свойство Type Description
CreateIfPossible HubDescriptor
FindHubClientType System.Type
GetRegisteredMethods string[]
TryGetMethod bool

Méthodes publiques

Méthode Description
HubDescriptor ( ) : System

Private Methods

Méthode Description
CreateIfPossible ( Type type ) : HubDescriptor
FindHubClientType ( Type classType ) : Type
GetRegisteredMethods ( ) : string[]
TryGetMethod ( byte operationCode, MethodDescriptor &methodDescriptor ) : bool

Method Details

HubDescriptor() public méthode

public HubDescriptor ( ) : System
Résultat System