| Win32_ComClassEmulator | |||
| The Win32_ComClassEmulator class represents an association between two versions of a COM class. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| NewVersion | Reference | The NewVersion reference represents the COM component containing interfaces that emulate the older version of the component. | |
| OldVersion | Reference | The OldVersion reference represents the COM component with interfaces that can be emulated by the new version of the component. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_ComClassEmulator    {     NewVersion = "\\\\SCCM01\\root\\cimv2:Win32_ClassicCOMClass.ComponentId=\"{00020820-0000-0000-C000-000000000046}\"";     OldVersion = "\\\\SCCM01\\root\\cimv2:Win32_ClassicCOMClass.ComponentId=\"{00020810-0000-0000-C000-000000000046}\"";    }; | |||