Metadata Class

Definition

Represents immutable assembly or module CLI metadata.

public ref class Metadata abstract : IDisposable
public abstract class Metadata : IDisposable
type Metadata = class
    interface IDisposable
Public MustInherit Class Metadata
Implements IDisposable
Inheritance
Metadata
Derived
Implements

Properties

Id

The id for this metadata instance. If two metadata instances have the same id, then they have the same content. If they have different ids they may or may not have the same content.

Kind

Retrieves the MetadataImageKind for this instance.

Methods

CommonCopy()
Copy()

Creates a copy of this object.

Dispose()

Releases any resources associated with this instance.

Applies to