Share via


DkmSymbolLoadFlags Enum

Definition

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

LocalSourcesOnly 1

Instructs the symbol provider to consider only local (i.e. non network) sources when loading symbols.

None 0

Instructs the symbol provider to use the default behavior of TryLoadSymbols.

Applies to