UtilDebugMiniDumpToFile Method

Overload List

MiniDumpToFile(Process, FileInfo, MiniDumpType) Dumps debug information from a process to a local file.

With this, you can dump the entire allocated memory by a external process.

MiniDumpToFile(Process, String, MiniDumpType) Dumps debug information from a process to a local file.

With this, you can dump the entire allocated memory by a external process.

See Also