Edit

Share via


PEHeaders.IsConsoleApplication Property

Definition

Gets a value that indicates whether the image represents a Windows console application.

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

Property Value

true if the image is a Windows console applications; otherwise, false.

Applies to