Module.Rebased Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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