編輯

共用方式為


StackFrame(IImage, Address) Constructor

Definition

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).

Applies to