Share via


IntelliTraceProcess.Threads Property

Gets the list of all threads that were created or running during the recording.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property Threads As IEnumerable(Of IntelliTraceThread)
public IEnumerable<IntelliTraceThread> Threads { get; }
public:
property IEnumerable<IntelliTraceThread^>^ Threads {
    IEnumerable<IntelliTraceThread^>^ get ();
}
member Threads : IEnumerable<IntelliTraceThread> with get
function get Threads () : IEnumerable<IntelliTraceThread>

Property Value

Type: System.Collections.Generic.IEnumerable<IntelliTraceThread>

.NET Framework Security

See Also

Reference

IntelliTraceProcess Class

Microsoft.VisualStudio.IntelliTrace Namespace