Modifica

StackFrame Struct

Definition

Represents an address within an image.

public struct StackFrame : IEquatable<Microsoft.Windows.EventTracing.Symbols.StackFrame>
type StackFrame = struct
Public Structure StackFrame
Implements IEquatable(Of StackFrame)
Inheritance
StackFrame
Implements

Constructors

Name Description
StackFrame(IImage, Address)

Initializes a new instance of the StackFrame structure.

Properties

Name Description
Address

Gets the process virtual address (not relative to the image).

HasValue
Image

Gets the image in which the address occurs.

RelativeVirtualAddress

Gets the relative virtual address within the image file.

Symbol

Gets the symbol for the address, if any.

Methods

Name Description
Equals(Object)
Equals(StackFrame)
GetHashCode()

Operators

Name Description
Equality(StackFrame, StackFrame)
Inequality(StackFrame, StackFrame)

Extension Methods

Name Description
GetAnalyzerString(StackFrame)
GetDebuggerString(StackFrame)

Applies to