StackFrameExtensions Class

Definition

Provides extension methods for the StackFrame class, which represents a function call on the call stack for the current thread.

public ref class StackFrameExtensions abstract sealed
public static class StackFrameExtensions
type StackFrameExtensions = class
Public Module StackFrameExtensions
Inheritance
StackFrameExtensions

Methods

GetNativeImageBase(StackFrame)

Returns a pointer to the base address of the native image that this stack frame is executing.

GetNativeIP(StackFrame)

Gets an interface pointer to the start of the native code for the method that is being executed.

HasILOffset(StackFrame)

Indicates whether an offset from the start of the IL code for the method that is executing is available.

HasMethod(StackFrame)

Indicates whether information about the method in which the specified frame is executing is available.

HasNativeImage(StackFrame)

Indicates whether the native image is available for the specified stack frame.

HasSource(StackFrame)

Indicates whether the file that contains the code that the specified stack frame is executing is available.

Applies to