Click or drag to resize

IControllerFactoryGetMethods Method (BinaryKey)

Returns all public methods for a controllerKey BinaryKey

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
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
See Also