ICorProfilerCallback2::FinalizeableObjectQueued Method
Notifies the code profiler that an object with a finalizer has been queued to the finalizer thread for execution of its Finalize method.
HRESULT FinalizeableObjectQueued(
[in] DWORD finalizerFlags,
[in] ObjectID objectID);
Parameters
Parameter | Description |
---|---|
finalizerFlags |
[in] A value of the COR_PRF_FINALIZER_FLAGS Enumeration enumeration that describes aspects of the finalizer. |
objectID |
[in] The ID of the object that has been queued. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorProf.h
Library: CorProf.idl
.NET Framework Version: 2.0
See Also
Reference
ICorProfilerCallback Interface
ICorProfilerCallback2 Interface