ICorDebugManagedCallback::UnloadAssembly Method
.NET Framework 2.0
Notifies the debugger that a common language runtime assembly has been unloaded.
HRESULT UnloadAssembly (
[in] IcorDebugAppDomain *pAppDomain,
[in] ICorDebugAssembly *pAssembly
);
Parameters
| Parameter | Description |
|---|---|
|
pAppDomain |
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain that contained the assembly. |
|
pAssembly |
[in] A pointer to an ICorDebugAssembly Interface object that represents the assembly. |