IMetaDataTables2 Interface
Extends IMetaDataTables to include methods for working with metadata streams.
interface IMetaDataTables2 : IMetaDataTables {
HRESULT GetMetaDataStorage (
const void **ppvMd,
ULONG *pcbMd
);
HRESULT GetMetaDataStreamInfo (
ULONG ix,
const char **ppchName,
const void **ppv,
ULONG *pcb
);
};
Methods
Method |
Description |
---|---|
Gets the size and contents of the metadata stored in the specified section. |
|
Gets the name, size, and contents of the metadata stream at the specified index. |
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