編輯

共用方式為


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

StackFrame(IImage, Address)

Initializes a new instance of the StackFrame structure.

Properties

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

Equals(Object)
Equals(StackFrame)
GetHashCode()

Operators

Equality(StackFrame, StackFrame)
Inequality(StackFrame, StackFrame)

Extension Methods

GetAnalyzerString(StackFrame)
GetDebuggerString(StackFrame)

Applies to