Edit

Share via


SymbolPath(String[]) Constructor

Definition

public SymbolPath (params string[] paths);
new Microsoft.Windows.EventTracing.Symbols.SymbolPath : string[] -> Microsoft.Windows.EventTracing.Symbols.SymbolPath
Public Sub New (ParamArray paths As String())

Parameters

paths
String[]

Remarks

Each path is treated as a separate pipe (paths are joined by ;). A single pipeline entry such as srv*C:\Symbols*http://symweb should be passed directly in that form (as a single path in this array).

Applies to