Share via


INativeImageInstallInfo::GetILSignature Method

Gets the signature of the Microsoft intermediate language (MSIL) assembly.

HRESULT GetILSignature (
      [out] CORCOMPILE_ASSEMBLY_SIGNATURE   *pILSign
);

Parameters

  • pILSign
    [out] A pointer to the returned signature, typed as a CORCOMPILE_ASSEMBLY_SIGNATURE instance.

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

INativeImageInstallInfo Interface