RemoveCore(String)

Remove a Core.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public static void RemoveCore(
	string key
	)

Parameters

keyString
multitonKey of the Core to remove

Remarks

Remove the Model, View, Controller and Facade instances for the given key.