| Win32_ComClassAutoEmulator | |||
| The Win32_ComClassAutoEmulator class represents an association between a COM class and another COM class that it automatically emulates. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| NewVersion | Reference | The NewVersion reference represents the COM component that can automatically emulate the associated COM component. This information is obtained through the AutoTreatAs registry entry. | |
| OldVersion | Reference | The OldVersion reference represents the COM component that is automatically emulated by another component. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_ComClassAutoEmulator    {     NewVersion = "\\\\SCCM01\\root\\cimv2:Win32_ClassicCOMClass.ComponentId=\"{6E22710B-F799-11CF-9227-00AA00A1EB95}\"";     OldVersion = "\\\\SCCM01\\root\\cimv2:Win32_ClassicCOMClass.ComponentId=\"{6E22710B-F799-11CF-9227-00AA00A1EB95}\"";    }; | |||