DkmProcess.GetDumpExePath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.