DkmProcess.GetDumpExePath Method

Definition

Returns the path to the primary executable in the minidump being debugged.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 System::String ^ GetDumpExePath();
public:
 Platform::String ^ GetDumpExePath();
std::wstring GetDumpExePath();
public string GetDumpExePath ();
member this.GetDumpExePath : unit -> string
Public Function GetDumpExePath () As String

Returns

[Out] Path to the debuggee's primary executable file.

Applies to