Module.Rebased Property

Definition

Gets whether the module loaded at its preferred load address.

public:
 property bool Rebased { bool get(); };
public:
 property bool Rebased { bool get(); };
[System.Runtime.InteropServices.DispId(2109)]
public bool Rebased { [System.Runtime.InteropServices.DispId(2109)] get; }
[<System.Runtime.InteropServices.DispId(2109)>]
[<get: System.Runtime.InteropServices.DispId(2109)>]
member this.Rebased : bool
Public ReadOnly Property Rebased As Boolean

Property Value

A boolean value; true if the module was rebased, that is, did not load at its preferred load address, false if otherwise.

Attributes

Applies to