StackFrame(IImage, Address) Constructor
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.
Initializes a new instance of the StackFrame structure.
public StackFrame (Microsoft.Windows.EventTracing.Processes.IImage image, Microsoft.Windows.EventTracing.Address address);
new Microsoft.Windows.EventTracing.Symbols.StackFrame : Microsoft.Windows.EventTracing.Processes.IImage * Microsoft.Windows.EventTracing.Address -> Microsoft.Windows.EventTracing.Symbols.StackFrame
Parameters
- image
- IImage
The image.
- address
- Address
The process virtual address within the image (not relative to the image).