ISymbolDataSource.LoadSymbolsAsync Method
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.
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
- progress
- IProgress<SymbolLoadingProgress>
- includedProcesses
- String[]
Returns
Remarks
Common SymCache and symbol paths can be obtained using the helpers on SymCachePath and SymbolPath respectively.