Click or drag to resize

IControllerFactoryRemovePlugin Method

Removes the plugin from the factory

Namespace:  Crosser.Common.Utilities.Factories
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
void RemovePlugin(
	IController controller
)

Parameters

controller
Type: Crosser.Common.ServerIController
The IController to lookup and remove from the factory
See Also