PEReader.IsLoadedImage 屬性

定義

會取得一個值,表示作業系統載入器是否已將 PE 映像載入記憶體。

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

屬性值

true如果作業系統載入器已將 PE 映像檔載入記憶體;否則,。 false

適用於