ModuleHandle.MDStreamVersion 属性

定义

获取元数据流版本。Gets the metadata stream version.

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

属性值

Int32

表示元数据流版本的 32 位整数。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.

注解

备注

有关元数据标头的详细信息,请参阅第 II 部分:元数据定义和语义文档。For more information on the metadata header, see the Partition II: Metadata Definition and Semantics documentation. 可联机获取该文档;请参阅 MSDN 上的 ECMA C# 和公共语言基础结构标准和 Ecma International 网站上的标准 ECMA-335 - 公共语言基础结构 (CLI)The documentation is available online; see ECMA C# and Common Language Infrastructure Standards on MSDN and Standard ECMA-335 - Common Language Infrastructure (CLI) on the Ecma International Web site.

适用于