PSDataStreams Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides access to the data streams of a PowerShell object. These data streams include the debug, error, progress, verbose, and warning data streams, but do not include the output data stream. This class is introduced in Windows PowerShell 2.0.
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation)
Cmdlets that are run by the PowerShell object write information to these data streams using the following “write” methods.
Provider cmdlets that are run by the PowerShell object write information to these data streams using the following “write” methods.
-
System.Management.Automation.Provider.CmdleProvider.WriteDebug(System.String)
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Target Platforms
Windows Developer Preview, Windows Server Developer PreviewSend comments about this topic to Microsoft.