Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Extends IMetaDataTables Interface 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