Edit

Share via


ISymbolDataSource.LoadSymbolsAsync Method

Definition

Overloads

LoadSymbolsAsync(ISymCachePath)
LoadSymbolsAsync(ISymCachePath, ISymbolPath, IProgress<SymbolLoadingProgress>, String[])

LoadSymbolsAsync(ISymCachePath)

public System.Threading.Tasks.Task LoadSymbolsAsync (Microsoft.Windows.EventTracing.Symbols.ISymCachePath symCachePath);
abstract member LoadSymbolsAsync : Microsoft.Windows.EventTracing.Symbols.ISymCachePath -> System.Threading.Tasks.Task
Public Function LoadSymbolsAsync (symCachePath As ISymCachePath) As Task

Parameters

symCachePath
ISymCachePath

Returns

Remarks

Common SymCache paths can be obtained using the helpers on SymCachePath.

Applies to

LoadSymbolsAsync(ISymCachePath, ISymbolPath, IProgress<SymbolLoadingProgress>, String[])

public System.Threading.Tasks.Task LoadSymbolsAsync (Microsoft.Windows.EventTracing.Symbols.ISymCachePath symCachePath, Microsoft.Windows.EventTracing.Symbols.ISymbolPath symbolPath = default, IProgress<Microsoft.Windows.EventTracing.Symbols.SymbolLoadingProgress> progress = default, string[] includedProcesses = default);
abstract member LoadSymbolsAsync : Microsoft.Windows.EventTracing.Symbols.ISymCachePath * Microsoft.Windows.EventTracing.Symbols.ISymbolPath * IProgress<Microsoft.Windows.EventTracing.Symbols.SymbolLoadingProgress> * string[] -> System.Threading.Tasks.Task
Public Function LoadSymbolsAsync (symCachePath As ISymCachePath, Optional symbolPath As ISymbolPath = null, Optional progress As IProgress(Of SymbolLoadingProgress) = null, Optional includedProcesses As String() = null) As Task

Parameters

symCachePath
ISymCachePath
symbolPath
ISymbolPath
includedProcesses
String[]

Returns

Remarks

Common SymCache and symbol paths can be obtained using the helpers on SymCachePath and SymbolPath respectively.

Applies to