SymbolPath(String[]) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).