Share via


Module.LoadAddress Property

Definition

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

Applies to