Share via


PEHeaders.IsDll 属性

定义

获取一个值,该值指示映像是否表示动态链接库。

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

属性值

true 如果图像是 DLL,则为 ;否则为 false

适用于