Método ICorProfilerCallback::AssemblyLoadStartedICorProfilerCallback::AssemblyLoadStarted Method
Notifica o criador de perfil de que um assembly está sendo carregado.Notifies the profiler that an assembly is being loaded.
SintaxeSyntax
HRESULT AssemblyLoadStarted(
[in] AssemblyID assemblyId);
ParâmetrosParameters
assemblyId
[in] identifica o assembly que está sendo carregado.[in] Identifies the assembly that is being loaded.
ComentáriosRemarks
O valor de assemblyId
não é válido para uma solicitação de informações até que o método ICorProfilerCallback:: AssemblyLoadFinished seja chamado.The value of assemblyId
is not valid for an information request until the ICorProfilerCallback::AssemblyLoadFinished method is called.
RequisitosRequirements
Plataformas: confira Requisitos do sistema.Platforms: See System Requirements.
Cabeçalho: CorProf. idl, CorProf. hHeader: CorProf.idl, CorProf.h
Biblioteca: CorGuids.libLibrary: CorGuids.lib
.NET Framework versões:Disponível desde o 2.0Available since 2.0.NET Framework Versions: Disponível desde o 2.0Available since 2.0