Sdílet prostřednictvím


DkmRuntimeHardwareDataBreakpoint.Address Property

Definition

Address to stop on. This address must be suitably aligned to match the Size parameter (example: if Size is 4, Address must be a multiple of 4).

public:
 property System::UInt64 Address { System::UInt64 get(); };
public:
 property unsigned long long Address { unsigned long long get(); };
public ulong Address { get; }
member this.Address : uint64
Public ReadOnly Property Address As ULong

Property Value

Returns UInt64.

Applies to