IntelliTraceProcess.Modules Property

Definition

Gets the list of all modules loaded during the recording.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::IntelliTrace::IntelliTraceModule ^> ^ Modules { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::IntelliTrace::IntelliTraceModule ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule> Modules { get; }
member this.Modules : seq<Microsoft.VisualStudio.IntelliTrace.IntelliTraceModule>
Public ReadOnly Property Modules As IEnumerable(Of IntelliTraceModule)

Property Value

Applies to