IntelliTraceProcess.Threads Property
Gets the list of all threads that were created or running during the recording.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public ReadOnly Property Threads As IEnumerable(Of IntelliTraceThread)
Get
public IEnumerable<IntelliTraceThread> Threads { get; }
public:
property IEnumerable<IntelliTraceThread^>^ Threads {
IEnumerable<IntelliTraceThread^>^ get ();
}
member Threads : IEnumerable<IntelliTraceThread>
function get Threads () : IEnumerable<IntelliTraceThread>
Property Value
Type: System.Collections.Generic.IEnumerable<IntelliTraceThread>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.