Click or drag to resize
Factory Class
A static class that exposes an instance of an IClassFactory that the application can use to register implementations of interfaces and instantiate those implementations later on.
Inheritance Hierarchy
SystemObject
  InterfaceFactoryFactory

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class Factory

The Factory type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberSingleton
Gets the singleton class factory.
Top
Methods
  NameDescription
Public methodStatic memberRestoreSnapshot
Assigns the factory passed across to Singleton.
Public methodStatic memberTakeSnapshot
Returns a copy of the current Singleton. Subsequent type registrations made to Singleton will not affect the copy.
Top
See Also