ModuleInfoBaseAddress Property |
Gets or sets the base address.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public ulong BaseAddress { get; set; }
<DataMemberAttribute>
Public Property BaseAddress As ULong
Get
Set
public:
[DataMemberAttribute]
virtual property unsigned long long BaseAddress {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
}
[<DataMemberAttribute>]
abstract BaseAddress : uint64 with get, set
[<DataMemberAttribute>]
override BaseAddress : uint64 with get, set
Property Value
Type:
UInt64
The base address.
Implements
IModuleInfoBaseAddressSee Also