IModuleInfoBaseAddress 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 ulong BaseAddress { get; set; }
Property BaseAddress As ULong
Get
Set
property unsigned long long BaseAddress {
unsigned long long get ();
void set (unsigned long long value);
}
abstract BaseAddress : uint64 with get, set
Property Value
Type:
UInt64
The base address.
See Also