Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Common Namespaces
Crosser.Common.Utilities Namespaces
Crosser.Common.Utilities.Factories
IControllerFactory Interface
IControllerFactory Methods
AddPlugin Method
ContainsController Method
Create Method
GetController(T) Method
GetMethod Method
GetMethods Method
RemovePlugin Method
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#
Copy
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
Reference
IControllerFactory Interface
Crosser.Common.Utilities.Factories Namespace