Click or drag to resize
FactoryRestoreSnapshot Method
Assigns the factory passed across to Singleton.

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void RestoreSnapshot(
	IClassFactory previousFactory
)

Parameters

previousFactory
Type: InterfaceFactoryIClassFactory
The snapshot that was taken with TakeSnapshot.
See Also