Module.LoadAddress 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 the beginning load address for the module.
public:
property System::UInt64 LoadAddress { System::UInt64 get(); };
public:
property unsigned long long LoadAddress { unsigned long long get(); };
[System.Runtime.InteropServices.DispId(2107)]
public ulong LoadAddress { [System.Runtime.InteropServices.DispId(2107)] get; }
[<System.Runtime.InteropServices.DispId(2107)>]
[<get: System.Runtime.InteropServices.DispId(2107)>]
member this.LoadAddress : uint64
Public ReadOnly Property LoadAddress As ULong
Property Value
A ULong
value representing the address.
- Attributes