MetadataRootBuilder 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.
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
Remarks
Metadata root constitutes of a metadata header followed by metadata streams (#~
, #Strings
, #US
, #Guid
and #Blob
).
Constructors
MetadataRootBuilder(MetadataBuilder, String, Boolean) |
Creates a builder of a metadata root. |
Properties
MetadataVersion |
The metadata version. |
Sizes |
Returns sizes of various metadata structures. |
SuppressValidation |
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Serialize(BlobBuilder, Int32, Int32) |
Serializes metadata root content into the given BlobBuilder. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |