FactorySingleton Property |
Gets the singleton class factory.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static IClassFactory Singleton { get; }
Public Shared ReadOnly Property Singleton As IClassFactory
Get
public:
static property IClassFactory^ Singleton {
IClassFactory^ get ();
}
static member Singleton : IClassFactory with get
Property Value
Type:
IClassFactorySee Also