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