ICorDebugManagedCallback::LoadClass Method
.NET Framework 2.0
Notifies the debugger that a class has been loaded.
HRESULT LoadClass (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugClass *c
);
Parameters
- pAppDomain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain into which the class has been loaded.
- c
-
[in] A pointer to an ICorDebugClass Interface object that represents the class.