Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Terraria
Utilities
CrashDump
C# Class Terraria.Utilities.CrashDump
显示文件
Open project: EmuDevs/EDTerraria
Class Usage Examples
Public Methods
Method
Description
Create
( ) :
void
Create
(
string
path
) :
void
CreateFull
( ) :
void
Private Methods
Method
Description
MiniDumpWriteDump
(
IntPtr
hProcess
,
int
ProcessId
,
IntPtr
hFile
,
CrashDump
DumpType
,
IntPtr
ExceptionParam
,
IntPtr
UserStreamParam
,
IntPtr
CallackParam
) :
bool
Method Details
Create()
public
static
method
public
static
Create
( ) :
void
return
void
Create()
public
static
method
public
static
Create
(
string
path
) :
void
path
string
return
void
CreateFull()
public
static
method
public
static
CreateFull
( ) :
void
return
void