Modifier

PEReader.IsLoadedImage Property

Definition

Gets a value that indicates if the PE image has been loaded into memory by the OS loader.

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

Property Value

true if the PE image has been loaded into memory by the OS loader; otherwise, false.

Applies to