PEHeaders.IsDll Property

Definition

Gets a value that indicates whether the image represents a dynamic link library.

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

Property Value

true if the image is a DLL; otherwise, false.

Applies to