DkmEngineSymbolSettings.IncludeList Property

Definition

A collection of modules to include when manual symbol loading is enabled.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ IncludeList { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> IncludeList { get; }
member this.IncludeList : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property IncludeList As ReadOnlyCollection(Of String)

Property Value

Returns ReadOnlyCollection<T>.

Applies to