PEHeaders.IsExe 属性

定义

获取一个值,该值指示映像是否表示可执行文件。

public:
 property bool IsExe { bool get(); };
public bool IsExe { get; }
member this.IsExe : bool
Public ReadOnly Property IsExe As Boolean

属性值

true 如果映像是可执行文件,则为 ;否则为 false

适用于