Click or drag to resize

IControllerFactoryGetMethod Method

Returns IControllerEventInfo for a specific controller BinaryKey and method BinaryKey

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
IControllerEventInfo GetMethod(
	BinaryKey controllerKey,
	BinaryKey methodKey
)

Parameters

controllerKey
Type: Crosser.Common.Utilities.BinaryBinaryKey
methodKey
Type: Crosser.Common.Utilities.BinaryBinaryKey

Return Value

Type: IControllerEventInfo
The IControllerEventInfo for the controllerKey (BinaryKey) and methodKey (BinaryKey)
See Also