StackFrame Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |