DkmEngineSymbolSettings.Create(ReadOnlyCollection<String>, String, ReadOnlyCollection<String>, ReadOnlyCollection<String>, Boolean, Boolean) Methode

Definition

Erstellen Sie eine neue dkmenginesymbolsettings-Objektinstanz.

public:
 static Microsoft::VisualStudio::Debugger::Symbols::DkmEngineSymbolSettings ^ Create(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ SymbolPaths, System::String ^ SymbolCachePath, System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ IncludeList, System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ ExcludeList, bool ManualLoading, bool LoadAdjacentSymbols);
public static Microsoft.VisualStudio.Debugger.Symbols.DkmEngineSymbolSettings Create (System.Collections.ObjectModel.ReadOnlyCollection<string> SymbolPaths, string SymbolCachePath, System.Collections.ObjectModel.ReadOnlyCollection<string> IncludeList, System.Collections.ObjectModel.ReadOnlyCollection<string> ExcludeList, bool ManualLoading, bool LoadAdjacentSymbols);
static member Create : System.Collections.ObjectModel.ReadOnlyCollection<string> * string * System.Collections.ObjectModel.ReadOnlyCollection<string> * System.Collections.ObjectModel.ReadOnlyCollection<string> * bool * bool -> Microsoft.VisualStudio.Debugger.Symbols.DkmEngineSymbolSettings
Public Shared Function Create (SymbolPaths As ReadOnlyCollection(Of String), SymbolCachePath As String, IncludeList As ReadOnlyCollection(Of String), ExcludeList As ReadOnlyCollection(Of String), ManualLoading As Boolean, LoadAdjacentSymbols As Boolean) As DkmEngineSymbolSettings

Parameter

SymbolPaths
ReadOnlyCollection<String>

In Eine Auflistung der Pfade für die Suche nach Symbolen.

SymbolCachePath
String

In Der Pfad des Symbol Caches.

IncludeList
ReadOnlyCollection<String>

In Eine Auflistung von Modulen, die eingeschlossen werden sollen, wenn Manuelles Laden von Symbolen aktiviert ist.

ExcludeList
ReadOnlyCollection<String>

In Eine Auflistung von Modulen, die beim Aktivieren des automatischen Laden von Symbolen ausgeschlossen werden sollen.

ManualLoading
Boolean

In True, wenn Manuelles Laden von Symbolen aktiviert ist. Andernfalls FALSE.

LoadAdjacentSymbols
Boolean

In True, wenn alle Symbole, die sich neben dem entsprechenden Modul oder dem Pfad befinden, der in der Binärdatei angegeben ist, unabhängig vom Status zum Einschließen/Ausschließen geladen werden sollen.

Gibt zurück

DkmEngineSymbolSettings

Vorgenommen Ergebnis dieses Methoden Aufrufes.

Gilt für