Win32_ImplementedCategory class

The Win32_ImplementedCategory association WMI class relates a component category and the Component Object Model (COM) class using its interfaces.

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

[Association, Dynamic, Provider("CIMWin32"), UUID("{0F73ED5B-8ED9-11d2-B340-00105A1F8569}"), AMENDMENT]
class Win32_ImplementedCategory
{
  Win32_ComponentCategory REF Category;
  Win32_ClassicCOMClass   REF Component;
};

Members

The Win32_ImplementedCategory class has these types of members:

Properties

The Win32_ImplementedCategory class has these properties.

Category

Data type: Win32_ComponentCategory

Access type: Read-only

Qualifiers: key, MappingStrings ("WMI|Win32_ComponentCategory")

Reference to the instance representing the component category being used by the COM class.

Component

Data type: Win32_ClassicCOMClass

Access type: Read-only

Qualifiers: key, MappingStrings ("WMI|Win32_ClassicCOMClass")

Reference to the instance representing the COM class using the associated category.

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

Operating System Classes