ICorDebugManagedCallback::UnloadModule Method
Notifies the debugger that a common language runtime module (DLL) has been unloaded.
Syntax
HRESULT UnloadModule (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugModule *pModule
);
Parameters
pAppDomain
[in] A pointer to an ICorDebugAppDomain object that represents the application domain that contained the module.
pModule
[in] A pointer to an ICorDebugModule object that represents the module.
Remarks
The module should not be used after this call.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา