Metadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |