ProcessRunspaceDebugEndEventArgs 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.
ProcessRunspaceDebugEnd event arguments.
public ref class ProcessRunspaceDebugEndEventArgs sealed : EventArgs
public sealed class ProcessRunspaceDebugEndEventArgs : EventArgs
type ProcessRunspaceDebugEndEventArgs = class
inherit EventArgs
Public NotInheritable Class ProcessRunspaceDebugEndEventArgs
Inherits EventArgs
- Inheritance
-
ProcessRunspaceDebugEndEventArgs
Constructors
ProcessRunspaceDebugEndEventArgs(Runspace) |
Constructor. |
Properties
Runspace |
The runspace where internal debug processing has ended. |