Edit

Share via


Metadata structures (.NET)

This section describes the unmanaged structures that the metadata API uses. For unmanaged structures that apply only to .NET Framework, see Metadata structures (.NET Framework).

In this section

ASSEMBLYMETADATA structure
Stores assembly metadata for later use.

COR_FIELD_OFFSET structure
Stores the offset, within a class, of the specified field.

OSINFO structure
Contains information about the operating system.

See also