Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
finalizerFlags
[in] A value of the COR_PRF_FINALIZER_FLAGS 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