DiagnosticCheckpointEvent.ThreadStacks 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.
contains full stacks of each active thread at the time this checkpoint was recorded
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::ThreadStack ^> ^ ThreadStacks { System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::ThreadStack ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.ThreadStack> ThreadStacks { get; }
member this.ThreadStacks : System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.ThreadStack>
Public ReadOnly Property ThreadStacks As IList(Of ThreadStack)