DkmEngineSymbolSettings Class
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.
Contains the symbol path collection and the cache path.
public ref class DkmEngineSymbolSettings
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmEngineSymbolSettings
[Windows::Foundation::Metadata::WebHostHidden]
class DkmEngineSymbolSettings
[System.Runtime.InteropServices.Guid("1e0ac5bb-9169-359d-7689-c1407b244f62")]
public class DkmEngineSymbolSettings
[<System.Runtime.InteropServices.Guid("1e0ac5bb-9169-359d-7689-c1407b244f62")>]
type DkmEngineSymbolSettings = class
Public Class DkmEngineSymbolSettings
- Inheritance
-
DkmEngineSymbolSettings
- Attributes
Properties
AutomaticLoading |
True if the debugger should automatically load symbol files when needed, ignoring include/exclude lists. This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM). |
ExcludeList |
A collection of modules to exclude when automatic symbol loading is enabled. |
IncludeList |
A collection of modules to include when manual symbol loading is enabled. |
LoadAdjacentSymbols |
True if all symbols adjacent to the matching module or at the path specified in the binary should be loaded regardless of include/exclude status. |
ManualLoading |
True if manual symbol loading is enabled. False otherwise. |
SymbolCachePath |
The path of the symbol cache. |
SymbolPaths |
A collection of the paths to search for symbols. |
Methods
Create(ReadOnlyCollection<String>, String, ReadOnlyCollection<String>, ReadOnlyCollection<String>, Boolean, Boolean, Boolean) |
Create a new DkmEngineSymbolSettings object instance. This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM). |
Create(ReadOnlyCollection<String>, String, ReadOnlyCollection<String>, ReadOnlyCollection<String>, Boolean, Boolean) |
Create a new DkmEngineSymbolSettings object instance. |