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

Header: Cor.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

IMetaDataImport Interface

IMetaDataImport2 Interface