DkmEngineSymbolSettings.Create(ReadOnlyCollection<String>, String, ReadOnlyCollection<String>, ReadOnlyCollection<String>, Boolean, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Crie uma nova instância do 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>
No Uma coleção de caminhos para procurar por símbolos.
- SymbolCachePath
- String
No O caminho do cache de símbolos.
- IncludeList
- ReadOnlyCollection<String>
No Uma coleção de módulos a serem incluídos quando o carregamento manual de símbolos estiver habilitado.
- ExcludeList
- ReadOnlyCollection<String>
No Uma coleção de módulos a serem excluídos quando o carregamento automático de símbolos está habilitado.
- ManualLoading
- Boolean
No True se o carregamento manual de símbolos estiver habilitado. De outra forma, falso.
- LoadAdjacentSymbols
- Boolean
No True se todos os símbolos adjacentes ao módulo correspondente ou no caminho especificado no binário tiverem que ser carregados, independentemente do status de inclusão/exclusão.
Retornos
Fora Resultado dessa chamada de método.