Share via


BaseChannelWriter.TraceVerbose Method

Definition

TraceVerbose

public:
 virtual bool TraceVerbose(System::Management::Automation::Tracing::PowerShellTraceEvent traceEvent, System::Management::Automation::Tracing::PowerShellTraceOperationCode operationCode, System::Management::Automation::Tracing::PowerShellTraceTask task, ... cli::array <System::Object ^> ^ args);
public virtual bool TraceVerbose (System.Management.Automation.Tracing.PowerShellTraceEvent traceEvent, System.Management.Automation.Tracing.PowerShellTraceOperationCode operationCode, System.Management.Automation.Tracing.PowerShellTraceTask task, params object[] args);
abstract member TraceVerbose : System.Management.Automation.Tracing.PowerShellTraceEvent * System.Management.Automation.Tracing.PowerShellTraceOperationCode * System.Management.Automation.Tracing.PowerShellTraceTask * obj[] -> bool
override this.TraceVerbose : System.Management.Automation.Tracing.PowerShellTraceEvent * System.Management.Automation.Tracing.PowerShellTraceOperationCode * System.Management.Automation.Tracing.PowerShellTraceTask * obj[] -> bool
Public Overridable Function TraceVerbose (traceEvent As PowerShellTraceEvent, operationCode As PowerShellTraceOperationCode, task As PowerShellTraceTask, ParamArray args As Object()) As Boolean

Parameters

args
Object[]

Returns

Applies to