ModuleBuilder.MDStreamVersion Property

Definition

Gets the metadata stream version.

public:
 virtual property int MDStreamVersion { int get(); };
public override int MDStreamVersion { get; }
member this.MDStreamVersion : int
Public Overrides ReadOnly Property MDStreamVersion As Integer

Property Value

A 32-bit integer representing the metadata stream version. The high-order two bytes represent the major version number, and the low-order two bytes represent the minor version number.

Remarks

Note

For more information on the metadata header, see "Partition II: Metadata Definition and Semantics" in the ECMA 335 Common Language Infrastructure (CLI)(https://www.ecma-international.org/publications-and-standards/standards/ecma-335/) specification.

Applies to