IStackDataSource.GetStack Method
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.
Overloads
GetStack(TraceTimestamp, Int32) | |
GetStack(TraceTimestamp, Int32, Int32) |
GetStack(TraceTimestamp, Int32)
public Microsoft.Windows.EventTracing.Symbols.IStackSnapshot GetStack (Microsoft.Windows.EventTracing.TraceTimestamp timestamp, int threadId);
abstract member GetStack : Microsoft.Windows.EventTracing.TraceTimestamp * int -> Microsoft.Windows.EventTracing.Symbols.IStackSnapshot
Public Function GetStack (timestamp As TraceTimestamp, threadId As Integer) As IStackSnapshot
Parameters
- timestamp
- TraceTimestamp
- threadId
- Int32
Returns
Applies to
GetStack(TraceTimestamp, Int32, Int32)
public Microsoft.Windows.EventTracing.Symbols.IStackSnapshot GetStack (Microsoft.Windows.EventTracing.TraceTimestamp timestamp, int threadId, int processor);
abstract member GetStack : Microsoft.Windows.EventTracing.TraceTimestamp * int * int -> Microsoft.Windows.EventTracing.Symbols.IStackSnapshot
Public Function GetStack (timestamp As TraceTimestamp, threadId As Integer, processor As Integer) As IStackSnapshot
Parameters
- timestamp
- TraceTimestamp
- threadId
- Int32
- processor
- Int32