DkmEngineSettings.RemoteClrPdbNamePatterns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of PDB name patterns used to determine if PDB will be loaded on remote side.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ RemoteClrPdbNamePatterns { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> RemoteClrPdbNamePatterns { get; }
member this.RemoteClrPdbNamePatterns : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property RemoteClrPdbNamePatterns As ReadOnlyCollection(Of String)
Property Value
Returns ReadOnlyCollection<T>.