ICorDebugManagedCallback::ExitAppDomain Method
.NET Framework 2.0
Notifies the debugger that an application domain has exited.
HRESULT ExitAppDomain (
[in] ICorDebugProcess *pProcess,
[in] ICorDebugAppDomain *pAppDomain
);
Parameters
- pProcess
-
[in] A pointer to an ICorDebugProcess Interface object that represents the process that contains the given application domain.
- pAppDomain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain that has exited.