StackFrame Struct

Definition

Describes a stack frame in a call stack.

public value class StackFrame
struct StackFrame
public struct StackFrame
type StackFrame = struct
Public Structure StackFrame
Inheritance
StackFrame

Properties

ILOffset

Gets the IL offset for this frame of the call stack.

MethodName

Gets the name of the method for this frame of the call stack.

TypeName

Gets the name of the type that contains the method for this frame of the call stack.

Applies to