Module.MDStreamVersion Property

Definition

Gets the metadata stream version.

public:
 virtual property int MDStreamVersion { int get(); };
public:
 property int MDStreamVersion { int get(); };
public virtual int MDStreamVersion { get; }
public int MDStreamVersion { get; }
member this.MDStreamVersion : int
Public Overridable ReadOnly Property MDStreamVersion As Integer
Public 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) specification.

Applies to