Method SetCoreDumpFile
SetCoreDumpFile(string)
WARNING: this function is tagged as 'EXPERIMENTAL'
set the path of the core dump file that will be written when a crash occurs (default=none)
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetCoreDumpFile(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | Path of the core dump file |