StackFrame Struct
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
Stack |
Initializes a new instance of the StackFrame structure. |
Address |
Gets the process virtual address (not relative to the image). |
Has |
|
Image |
Gets the image in which the address occurs. |
Relative |
Gets the relative virtual address within the image file. |
Symbol |
Gets the symbol for the address, if any. |