System.Win.ComObj.TTypedComObjectFactory Properties
InheritedProtected
| ClassID | public | Specifies the class identifier (CLSID) for the COM class that the particular instance of the factory can instantiate. |
| ClassInfo | public | Specifies an interface reference that provides type information without having to load a type library. |
| ClassName | public | Specifies the name of the class that the class factory instantiates. |
| ComClass | public | Specifies the class type that the factory instantiates. |
| ComServer | public | Specifies the COM server that owns the class factory. |
| Description | public | Describes the class object. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ErrorIID | public | Indicates the interface of the CoClass in which an error occurred. |
| Instancing | public | Indicates the process space of COM object instances. |
| LicString | public | Contains licensing information about the object. |
| ProgID | public | Specifies the name of the class factory. |
| ShowErrors | public | Indicates whether the COM object factory displays a message box when exceptions are raised. |
| SupportsLicensing | public | Indicates whether the object being instantiated supports licensing. |
| ThreadingModel | public | Indicates the type of thread support provided by objects that the factory creates. |