PowerShellStreamType
Enum
Definition
Job data is added to one of these streams. Each type of data implies a different type of object.
public enum PowerShellStreamType
- Inheritance
-
PowerShellStreamType
Fields
| Debug | DebugRecord |
| Error | ErrorRecord |
| Information | |
| Input | PSObject |
| Output | PSObject |
| Progress | ProgressRecord |
| Verbose | VerboseRecord |
| Warning | WarningRecord |