DkmFindNearestExportAsyncResult(String, Int32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的结果结构,以便保存对 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
中从导出开始的字节偏移量。