DkmEngineSymbolSettings.Create Yöntem

Tanım

Yeni bir Dkmenginesyımbolsettings nesne örneği oluşturun.

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

Parametreler

SymbolPaths
ReadOnlyCollection<String>

'Ndaki Sembolleri aramak için yolların bir koleksiyonu.

SymbolCachePath
String

'Ndaki Sembol önbelleğinin yolu.

IncludeList
ReadOnlyCollection<String>

'Ndaki El ile sembol yükleme etkinleştirildiğinde içerilecek modüller koleksiyonu.

ExcludeList
ReadOnlyCollection<String>

'Ndaki Otomatik sembol yüklemesi etkinleştirildiğinde hariç tutulacak modül koleksiyonu.

ManualLoading
Boolean

'Ndaki El ile sembol yükleme etkinse true. Aksi durumda false.

LoadAdjacentSymbols
Boolean

'Ndaki Eşleşen modüle veya ikilide belirtilen yola bitişik tüm semboller dahil etme/hariç tutma durumundan bağımsız olarak yüklenmelidir.

Döndürülenler

DkmEngineSymbolSettings

Dışı Bu yöntem çağrısının sonucu.

Şunlara uygulanır