DkmFindNearestExportAsyncResult(String, Int32) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmNativeInstructionAddress.FindNearestExport.

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

Parameters

ExportName
String

[In,Optional] Name of the export.

ByteOffset
Int32

[In] Byte offset from the start of the export.

Applies to