Most metadata can be accessed using managed reflection. In a few cases, metadata is difficult to retrieve using the classes provided in managed reflection. There are also cases where managed reflection does not provide the best possible performance.
For information on the unmanaged reflection API, see Metadata Interfaces. The structures and enumerations used by the API are documented in Metadata Structures and Metadata Enumerations.

See Also