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
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static class Factory
Public NotInheritable Class Factory
public ref class Factory abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Factory = class end
The Factory type exposes the following members.
Properties
| Name | Description |
---|
| Singleton |
Gets the singleton class factory.
|
TopMethods See Also