DisablePSBreakpointCommand.ProcessBreakpoint(Breakpoint) Method

Definition

Disables the given breakpoint.

protected:
 override void ProcessBreakpoint(System::Management::Automation::Breakpoint ^ breakpoint);
protected override void ProcessBreakpoint (System.Management.Automation.Breakpoint breakpoint);
override this.ProcessBreakpoint : System.Management.Automation.Breakpoint -> unit
Protected Overrides Sub ProcessBreakpoint (breakpoint As Breakpoint)

Parameters

breakpoint
Breakpoint

Applies to