__ClassCreationEvent

[This is preliminary documentation and subject to change.]

The __ClassCreationEvent system class is generated when a new class is created in the CIMOM database.

class __ClassCreationEvent : __ClassOperationEvent
{
    // object TargetClass; inherited from base class
};
 

Properties

TargetClass
Inherited from __ClassOperationEvent. Contains a copy of the class that was created.

See Also

__ClassOperationEvent