Module.EndAddress Property

Definition

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

Applies to