DkmRuntimeHardwareDataBreakpoint.Access Property

Definition

Mask of reasons why the data breakpoint should fire. For example, if 'Write' is set, then the breakpoint will fire when the memory location is written.

public:
 property Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask Access { Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask get(); };
public:
 property Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask Access { Microsoft::VisualStudio::Debugger::Breakpoints::DkmDataAccessStopMask get(); };
public Microsoft.VisualStudio.Debugger.Breakpoints.DkmDataAccessStopMask Access { get; }
member this.Access : Microsoft.VisualStudio.Debugger.Breakpoints.DkmDataAccessStopMask
Public ReadOnly Property Access As DkmDataAccessStopMask

Property Value

Returns DkmDataAccessStopMask.

Applies to