Win32_COMApplicationClasses class

The Win32_COMApplicationClasses abstract association WMI class relates a Component Object Model (COM) component and the COM application where it resides.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[abstract, UUID("{0F73ED51-8ED9-11d2-B340-00105A1F8569}"), AMENDMENT]
class Win32_COMApplicationClasses : CIM_Component
{
  Win32_COMClass       REF PartComponent;
  Win32_COMApplication REF GroupComponent;
};

Members

The Win32_COMApplicationClasses class has these types of members:

Properties

The Win32_COMApplicationClasses class has these properties.

GroupComponent

Data type: Win32_COMApplication

Access type: Read-only

Qualifiers: key, Override ("GroupComponent"), MappingStrings ("WMI|Win32_COMApplication")

A Win32_COMApplication that represents the COM application containing the COM component.

PartComponent

Data type: Win32_COMClass

Access type: Read-only

Qualifiers: key, Override ("PartComponent"), MappingStrings ("WMI|Win32_COMClass")

A Win32_COMClass that represents the COM component grouped under the COM application.

Remarks

The Win32_COMApplicationClasses class is derived from CIM_Component.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_Component

Operating System Classes