DkmFindNearestExportAsyncResult(String, Int32) 构造函数

定义

创建新的结果结构,以便保存对 DkmNativeInstructionAddress 的成功调用的输出。

public:
 DkmFindNearestExportAsyncResult(System::String ^ ExportName, int ByteOffset);
public:
 DkmFindNearestExportAsyncResult(Platform::String ^ ExportName, int ByteOffset);
 DkmFindNearestExportAsyncResult(std::wstring const & ExportName, int ByteOffset);
public DkmFindNearestExportAsyncResult (string ExportName, int ByteOffset);
new Microsoft.VisualStudio.Debugger.Native.DkmFindNearestExportAsyncResult : string * int -> Microsoft.VisualStudio.Debugger.Native.DkmFindNearestExportAsyncResult
Public Sub New (ExportName As String, ByteOffset As Integer)

参数

ExportName
String

[In,可选]导出的名称。

ByteOffset
Int32

中从导出开始的字节偏移量。

适用于