IMetaDataImport::GetInterfaceImplProps Method

Gets a pointer to the metadata tokens for the Type that implements the specified method, and for the interface that declares that method.

HRESULT GetInterfaceImplProps (
      [in]  mdInterfaceImpl        iiImpl,
      [out] mdTypeDef              *pClass,
      [out] mdToken                *ptkIface
);

Parameters

  • iiImpl
    [in] The metadata token representing the method to return the class and interface tokens for.

  • pClass
    [out] The metadata token representing the class that implements the method.

  • ptkIface
    [out] The metadata token representing the interface that defines the implemented method.

Requirements

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

Header: Cor.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

IMetaDataImport Interface

IMetaDataImport2 Interface