Click or drag to resize

IControllerFactoryContainsController Method

Checks if a specific controller is loaded for a specific BinaryKey

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
bool ContainsController(
	BinaryKey key
)

Parameters

key
Type: Crosser.Common.Utilities.BinaryBinaryKey
The BinaryKey that match the BinaryKey to locate

Return Value

Type: Boolean
True if the key exists
See Also