DkmProcess.GetPendingBreakpoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.