InprocServers collection
Contains a list of the in-process servers registered with the system. It contains an object for each component that is registered as an in-process server.
This collection supports the Remove method of the COMAdminCatalogCollection object, but not the Add method. To install or import components into an application, use methods on the COMAdminCatalog object.
Members
The InprocServers collection inherits from the IUnknown interface but does not have additional members.
Related Collections
You can navigate from this collection to any of the following collections:
You can navigate to this collection from the following collections:
Properties
The following properties are supported by the COMAdminCatalogObject object within the collection:
CLSID
Entry | Value |
---|---|
Description | A GUID for the component. This property is returned when the Key property method is called on an object of this collection. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows 2000 |
InprocServer32
Entry | Value |
---|---|
Description | The file path for the component. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows 2000 |
ProgID
Entry | Value |
---|---|
Description | A name identifying the component. This property is returned when the Name property method is called on an object of this collection. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows 2000 |
See also