ResolvedStackFrame Class

Definition

Describes a StackFrame and decodes the raw stack frame data that was collected.

public ref class ResolvedStackFrame sealed
public ref class ResolvedStackFrame sealed
class ResolvedStackFrame sealed
public sealed class ResolvedStackFrame
type ResolvedStackFrame = class
Public NotInheritable Class ResolvedStackFrame
Inheritance
ResolvedStackFrame

Constructors

ResolvedStackFrame(IntelliTraceProcess, IntelliTraceStackFrame)

Initializes a new instance of the ResolvedStackFrame class.

Properties

Method

Gets the ResolvedMethod for this stack frame.

Module

Get the IntelliTraceModule that contains the function for this stack frame.

SourceLocation

Gets the SourceLocation for this stack frame. If there is no source location or the source location cannot be determined, null is returned.

StackFrame

Gets the original StackFrame.

Applies to