DkmEngineSymbolSettings Class

Definition

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
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)

Create a new DkmEngineSymbolSettings object instance.

Create(ReadOnlyCollection<String>, String, ReadOnlyCollection<String>, ReadOnlyCollection<String>, Boolean, Boolean, Boolean)

Applies to