DkmModuleInstance.BaseAddress 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.
[Optional] The starting memory address of where the module loaded. This value will be zero if the module did not load in a contiguous block of memory.
public:
property System::UInt64 BaseAddress { System::UInt64 get(); };
public:
property unsigned long long BaseAddress { unsigned long long get(); };
public ulong BaseAddress { get; }
member this.BaseAddress : uint64
Public ReadOnly Property BaseAddress As ULong
Property Value
Returns UInt64.