The ObjectInformation method of the IJavaEventMonitorIDInfo interface retrieves information about an object (an instance of a class). The profiler passes the ObjectID of the object to be profiled.
HRESULT ObjectInformation(ObjectID object_id, ClassID *pclass_id);
The ClassID of an object.
[in] object_id | The ObjectID of the object to be profiled. |
[out] *pclass_id | The ClassID of an object. |