FactoryTakeSnapshot Method |
Returns a copy of the current
Singleton. Subsequent type registrations made to
Singleton
will not affect the copy.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static IClassFactory TakeSnapshot()
Public Shared Function TakeSnapshot As IClassFactory
public:
static IClassFactory^ TakeSnapshot()
static member TakeSnapshot : unit -> IClassFactory
Return Value
Type:
IClassFactoryA copy of the current
Singleton.
See Also