Edit

Share via


SymbolPath.Automatic Property

Definition

Gets an automatic symbol path for the current environment and process.

public static Microsoft.Windows.EventTracing.Symbols.ISymbolPath Automatic { get; }
member this.Automatic : Microsoft.Windows.EventTracing.Symbols.ISymbolPath
Public Shared ReadOnly Property Automatic As ISymbolPath

Property Value

Remarks

Uses the environment variable _NT_SYMBOL_PATH when set; otherwise, uses a local top-level directory and default symbol server.

Applies to