ICorDebugManagedCallback::LoadModule Method
.NET Framework 2.0
Notifies the debugger that a common language runtime (CLR) module has been successfully loaded.
HRESULT LoadModule (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugModule *pModule
);
Parameters
- pAppDomain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain into which the module has been loaded.
- pModule
-
[in] A pointer to an ICorDebugModule Interface object that represents the CLR module.