DkmProcess.GetPendingBreakpoints Method

Definition

GetPendingBreakpoints enumerates the DkmPendingBreakpoint elements of this DkmProcess object.

public:
 cli::array <Microsoft::VisualStudio::Debugger::Breakpoints::DkmPendingBreakpoint ^> ^ GetPendingBreakpoints();
public Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingBreakpoint[] GetPendingBreakpoints ();
member this.GetPendingBreakpoints : unit -> Microsoft.VisualStudio.Debugger.Breakpoints.DkmPendingBreakpoint[]
Public Function GetPendingBreakpoints () As DkmPendingBreakpoint()

Returns

[Out] Array containing the enumerated elements.

Applies to