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: See .NET Framework System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

INativeImageDependency Interface