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 (
mdInterfaceImpl iiImpl,
mdTypeDef *pClass,
mdToken *ptkIface
);
Parameters
Parameter | Description |
---|---|
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