DkmNativeModuleInstance.BaseAddress Property

Definition

The starting memory address of where the module is loaded. This value should always be valid.

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