Метод ICorProfilerCallback::AssemblyLoadStartedICorProfilerCallback::AssemblyLoadStarted Method
Уведомляет профилировщик о загрузке сборки.Notifies the profiler that an assembly is being loaded.
СинтаксисSyntax
HRESULT AssemblyLoadStarted(
[in] AssemblyID assemblyId);
ПараметрыParameters
assemblyId
[в] определяет загружаемую сборку.[in] Identifies the assembly that is being loaded.
RemarksRemarks
Значение недопустимо assemblyId
для информационного запроса, пока не будет вызван метод ICorProfilerCallback:: AssemblyLoadFinished .The value of assemblyId
is not valid for an information request until the ICorProfilerCallback::AssemblyLoadFinished method is called.
ТребованияRequirements
Платформы: см. раздел Требования к системе.Platforms: See System Requirements.
Заголовок: CorProf.idl, CorProf.hHeader: CorProf.idl, CorProf.h
Библиотека: CorGuids.libLibrary: CorGuids.lib
Платформа .NET Framework версии:Доступно с версии 2.0Available since 2.0.NET Framework Versions: Доступно с версии 2.0Available since 2.0