Click or drag to resize

ControllerFactoryGetMethods Method (BinaryKey)

Returns all public methods for a controllerKey BinaryKey

Namespace:  Crosser.Server.Utilities.Factories
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public IDictionary<BinaryKey, IControllerEventInfo> GetMethods(
	BinaryKey controllerKey
)

Parameters

controllerKey
Type: Crosser.Common.Utilities.BinaryBinaryKey
The BinaryKey represeting a IController to lookup methods on

Return Value

Type: IDictionaryBinaryKey, IControllerEventInfo
A IDictionaryTKey, TValue representing the methods available on the IController represented by the BinaryKey

Implements

IControllerFactoryGetMethods(BinaryKey)
See Also