Click or drag to resize

IControllerFactory.GetMethod 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.Binary.BinaryKey
methodKey
Type: Crosser.Common.Utilities.Binary.BinaryKey

Return Value

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