PEHeaders.IsExe Property

Definition

Gets a value that indicates whether the image represents an executable.

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

Property Value

true if the image is an executable; otherwise, false.

Applies to