PEHeader.MajorSubsystemVersion 属性

定义

获取子系统的主版本号。Gets the major version number of the subsystem.

public:
 property System::UInt16 MajorSubsystemVersion { System::UInt16 get(); };
public ushort MajorSubsystemVersion { get; }
member this.MajorSubsystemVersion : uint16
Public ReadOnly Property MajorSubsystemVersion As UShort

属性值

UInt16

子系统的主版本号。The major version number of the subsystem.

适用于