SymCachePath(String, 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 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.