MetadataRootBuilder Class
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.
Builder of a Metadata Root to be embedded in a Portable Executable image.
public ref class MetadataRootBuilder sealed
public sealed class MetadataRootBuilder
type MetadataRootBuilder = class
Public NotInheritable Class MetadataRootBuilder
- Inheritance
-
MetadataRootBuilder
Metadata root constitutes of a metadata header followed by metadata streams (#~
, #Strings
, #US
, #Guid
and #Blob
).
Metadata |
Creates a builder of a metadata root. |
Metadata |
The metadata version. |
Sizes |
Returns sizes of various metadata structures. |
Suppress |
Determines if basic validation of metadata tables should be suppressed. The validation verifies that entries in the tables were added in order required by the ECMA specification. It does not enforce all specification requirements on metadata tables. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
Serialize(Blob |
Serializes metadata root content into the given BlobBuilder. |
To |
Returns a string that represents the current object. (Inherited from Object) |
Product | Versions |
---|---|
.NET | Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: