ApplicationInstances collection
Retrieves information regarding running applications.
This collection supports the Add and Remove methods of the COMAdminCatalogCollection object.
Members
The ApplicationInstances 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:
Application
Entry | Value |
---|---|
Description | The ID for the running application. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows XP |
HasRecycled
Entry | Value |
---|---|
Description | Indicates whether the application instance has been recycled. |
Access | ReadOnly |
Type | Bool |
Default | False |
Minimum system | Windows XP |
InstanceID
Entry | Value |
---|---|
Description | The globally unique identifier for the application instance. This property is returned when the Key or Name property method is called on an object of this collection. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows XP |
IsPaused
Entry | Value |
---|---|
Description | Indicates whether the application instance is currently paused. |
Access | ReadOnly |
Type | Bool |
Default | False |
Minimum system | Windows XP |
PartitionID
Entry | Value |
---|---|
Description | The partition ID that the application is using. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows XP |
ProcessID
Entry | Value |
---|---|
Description | The process ID of the application instance. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows XP |
See also