編輯

共用方式為


SymCachePath(String, String[]) Constructor

Definition

public SymCachePath (string mainPath, params string[] otherPaths);
new Microsoft.Windows.EventTracing.Symbols.SymCachePath : string * string[] -> Microsoft.Windows.EventTracing.Symbols.SymCachePath
Public Sub New (mainPath As String, ParamArray otherPaths As String())

Parameters

mainPath
String
otherPaths
String[]

Remarks

All paths are treated as one pipe (paths are joined by *). Entries such as D:\SymCache and http://symcache should be passed as separate arguments or separate entries in the array. This class does not support a path consisting of multiple pipelines; to create such a path, use RawSymCachePath directly.

Applies to