Skip to content

Latest commit

 

History

History
156 lines (96 loc) · 5.55 KB

applicationinstances.md

File metadata and controls

156 lines (96 loc) · 5.55 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Retrieves information regarding running applications.
148e42aa-e99e-4fa2-8b74-a7ebf82b99d0
ApplicationInstances collection
reference
05/31/2018
APIRef
kbSyntax
ApplicationInstances
COM

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

COM+ Administration Collections