Edit

Share via


PEHeaders.IsCoffOnly Property

Definition

Gets a value that indicates whether the image is Coff only.

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

Property Value

true if the image is Coff only; otherwise, false.

Applies to