PowerShellChannelWriter Class

Definition

ChannelWrite is the concrete implementation of IChannelWrite. It writes all the traces to the specified traceChannel. TraceChannel is specified in the constructor.
It always uses PowerShell event provider Id.

public ref class PowerShellChannelWriter sealed : System::Management::Automation::Tracing::BaseChannelWriter
public sealed class PowerShellChannelWriter : System.Management.Automation.Tracing.BaseChannelWriter
type PowerShellChannelWriter = class
    inherit BaseChannelWriter
Public NotInheritable Class PowerShellChannelWriter
Inherits BaseChannelWriter
Inheritance
PowerShellChannelWriter

Applies to