Compartilhar via


DkmEngineSymbolSettings.Create Método

Definição

Sobrecargas

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

Create uma nova instância de objeto DkmEngineSymbolSettings.

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

Create uma nova instância de objeto DkmEngineSymbolSettings.

Essa API foi introduzida no Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

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

Create uma nova instância de objeto DkmEngineSymbolSettings.

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

Parâmetros

SymbolPaths
ReadOnlyCollection<String>

[In] Uma coleção dos caminhos para pesquisar símbolos.

SymbolCachePath
String

[In] O caminho do cache de símbolos.

IncludeList
ReadOnlyCollection<String>

[In] Uma coleção de módulos a serem incluídos quando o carregamento manual de símbolos estiver habilitado.

ExcludeList
ReadOnlyCollection<String>

[In] Uma coleção de módulos a serem excluídos quando o carregamento automático de símbolos estiver habilitado.

ManualLoading
Boolean

[In] True se o carregamento manual de símbolos estiver habilitado. De outra forma, falso.

LoadAdjacentSymbols
Boolean

[In] True se todos os símbolos adjacentes ao módulo correspondente ou no caminho especificado no binário devem ser carregados independentemente de incluir/excluir status.

Retornos

[Out] Resultado dessa chamada de método.

Aplica-se a

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

Create uma nova instância de objeto DkmEngineSymbolSettings.

Essa API foi introduzida no Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

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, bool AutomaticLoading);
static member Create : System.Collections.ObjectModel.ReadOnlyCollection<string> * string * System.Collections.ObjectModel.ReadOnlyCollection<string> * System.Collections.ObjectModel.ReadOnlyCollection<string> * bool * 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, AutomaticLoading As Boolean) As DkmEngineSymbolSettings

Parâmetros

SymbolPaths
ReadOnlyCollection<String>

[In] Uma coleção dos caminhos para pesquisar símbolos.

SymbolCachePath
String

[In] O caminho do cache de símbolos.

IncludeList
ReadOnlyCollection<String>

[In] Uma coleção de módulos a serem incluídos quando o carregamento manual de símbolos estiver habilitado.

ExcludeList
ReadOnlyCollection<String>

[In] Uma coleção de módulos a serem excluídos quando o carregamento automático de símbolos estiver habilitado.

ManualLoading
Boolean

[In] True se o carregamento manual de símbolos estiver habilitado. De outra forma, falso.

LoadAdjacentSymbols
Boolean

[In] True se todos os símbolos adjacentes ao módulo correspondente ou no caminho especificado no binário devem ser carregados independentemente de incluir/excluir status.

AutomaticLoading
Boolean

[In] True se o depurador deve carregar automaticamente arquivos de símbolo quando necessário, ignorando listas de inclusão/exclusão.

Retornos

[Out] Resultado dessa chamada de método.

Aplica-se a