DkmSuccessEvaluationResult.ExternalModules Property

Definition

[Optional] If available, a list of external modules, not including the current module, that are used for the inspection of the object. Loading symbols for as many modules in this list as possible will enhance the display of the object.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmModuleInstance ^> ^ ExternalModules { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmModuleInstance ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmModuleInstance> ExternalModules { get; }
member this.ExternalModules : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmModuleInstance>
Public ReadOnly Property ExternalModules As ReadOnlyCollection(Of DkmModuleInstance)

Property Value

Returns ReadOnlyCollection<T>.

Applies to