Share via


ICorProfilerInfo::GetAssemblyInfo Method

Gets information about the specified assembly.

HRESULT GetAssemblyInfo(
    [in]  AssemblyID  assemblyId,
    [in]  ULONG       cchName,
    [out] ULONG       *pcchName,
    [out, size_is(cchName), length_is(*pcchName)]
          WCHAR       szName[] ,
    [out] AppDomainID *pAppDomainId,
    [out] ModuleID    *pModuleId);

Parameters

Parameter Description

assemblyId

[in] The ID of the assembly.

cchName

[in] The length, in characters, of the caller-provided buffer for the assembly name.

pcchName

[out] The length of the assembly's name.

szName

[out] The caller-provided buffer for the assembly's name.

pAppDomainId

[out] The ID of the application domain in which the assembly exists.

pModuleId

[out] The ID of the manifest module.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorProfilerInfo Interface