ICorProfilerCallback::ModuleLoadStarted Method
.NET Framework 2.0
Notifies the profiler that a module is being loaded.
HRESULT ModuleLoadStarted(
[in] ModuleID moduleId);
Parameters
| Parameter | Description |
|---|---|
|
moduleId |
[in] The ID of the module that is being loaded. |
The value of moduleId is not valid for an information request until the ICorProfilerCallback::ModuleLoadFinished Method method is called.