Click or drag to resize
FactoryTakeSnapshot Method
Returns a copy of the current Singleton. Subsequent type registrations made to Singleton will not affect the copy.

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IClassFactory TakeSnapshot()

Return Value

Type: IClassFactory
A copy of the current Singleton.
See Also