ResolvedStackFrame(IntelliTraceProcess, IntelliTraceStackFrame) 构造函数

定义

初始化 ResolvedStackFrame 类的新实例。

public:
 ResolvedStackFrame(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, Microsoft::VisualStudio::IntelliTrace::IntelliTraceStackFrame ^ stackFrame);
public ResolvedStackFrame (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame stackFrame);
new Microsoft.VisualStudio.IntelliTrace.ResolvedStackFrame : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame -> Microsoft.VisualStudio.IntelliTrace.ResolvedStackFrame
Public Sub New (process As IntelliTraceProcess, stackFrame As IntelliTraceStackFrame)

参数

process
IntelliTraceProcess

包含 IntelliTraceProcessstackFrame

stackFrame
IntelliTraceStackFrame

原始 StackFrame

例外

processstackFrame 为 null。

适用于