DkmSymbolLoadFlags Enum
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.
Flags which affect the behavior of 'TryLoadSymbols'.
This API was introduced in Visual Studio 17 Update 4 (DkmApiVersion.VS17Update4).
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum DkmSymbolLoadFlags
[<System.Flags>]
type DkmSymbolLoadFlags =
Public Enum DkmSymbolLoadFlags
- Inheritance
-
DkmSymbolLoadFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Instructs the symbol provider to use the default behavior of TryLoadSymbols. |
LocalSourcesOnly | 1 | Instructs the symbol provider to consider only local (i.e. non network) sources when loading symbols. |