StartRunspaceDebugProcessingEventArgs Class     
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.
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.  |