DkmModuleInstance.BaseAddress Property

Definition

[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.

Applies to