編輯

共用方式為


IStackDataSource.GetStack Method

Definition

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

Returns

Applies to