Debugger.GetDebuggerStopArgs 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.
Returns current debugger stop event arguments if debugger is in debug stop state. Otherwise returns null.
public:
abstract System::Management::Automation::DebuggerStopEventArgs ^ GetDebuggerStopArgs();
public abstract System.Management.Automation.DebuggerStopEventArgs GetDebuggerStopArgs ();
abstract member GetDebuggerStopArgs : unit -> System.Management.Automation.DebuggerStopEventArgs
Public MustOverride Function GetDebuggerStopArgs () As DebuggerStopEventArgs
Returns
DebuggerStopEventArgs.