Share via


INativeImageDependency::GetILAssemblyDef Method

Gets the mdAssemblyDef token and the binary signature for the managed assembly that is referenced by the dependency in the current metadata scope, after policy has been applied.

HRESULT GetILAssemblyDef (
      [out] mdAssemblyDef                  *ppAssemblyDef,
      [out] CORCOMPILE_ASSEMBLY_SIGNATURE  *pSign
);

Parameters

  • ppAssemblyDef
    [out] The mdAssemblyDef token for the managed assembly in the current metadata scope.

  • pSign
    [out] The compiled managed image of the assembly in the current metadata scope.

Requirements

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

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Version: 2.0

See Also

Concepts

INativeImageDependency Interface