Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.22 KB

metadata-structures.md

File metadata and controls

40 lines (28 loc) · 1.22 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Metadata Structures
Metadata Structures
03/30/2017
structures [.NET Framework metadata]
unmanaged structures [.NET Framework], metadata
metadata structures [.NET Framework]
3eeaec36-5e1a-4a62-9de3-ea3942f67d04

Metadata Structures

This section describes the unmanaged structures that the metadata API uses.

In This Section

ASSEMBLYMETADATA
Stores assembly metadata for later use.

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

COR_NATIVE_LINK Structure
Contains information that is used to link native code.

CVStruct Structure
Contains information that is used when installing a module or a composite image.

OSINFO Structure
Contains information about the operating system.

Related Sections

Metadata Interfaces

Metadata Global Static Functions

Metadata Enumerations

Metadata Unions