StartRunspaceDebugProcessingEventArgs Class

Definition

StartRunspaceDebugProcessing event arguments.

public ref class StartRunspaceDebugProcessingEventArgs sealed : EventArgs
public sealed class StartRunspaceDebugProcessingEventArgs : EventArgs
type StartRunspaceDebugProcessingEventArgs = class
    inherit EventArgs
Public NotInheritable Class StartRunspaceDebugProcessingEventArgs
Inherits EventArgs
Inheritance
StartRunspaceDebugProcessingEventArgs

Constructors

StartRunspaceDebugProcessingEventArgs(Runspace)

Constructor.

Properties

Runspace

The runspace to process

UseDefaultProcessing

When set to true this will cause PowerShell to process this runspace debug session through its script debugger. To use the default processing return from this event call after setting this property to true.

Applies to