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.
Syntax
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: See System Requirements.
Header: CorProf.idl, CorProf.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา