Méthode | Description | |
---|---|---|
CreateMiniDump ( string path ) : void | ||
CreateMiniDump ( string path, bool overwrite ) : void | ||
Dispose ( ) : void | ||
ProcessMemoryReader ( |
||
UnsafeReadBytes ( |
public CreateMiniDump ( string path ) : void | ||
path | string | |
Résultat | void |
public CreateMiniDump ( string path, bool overwrite ) : void | ||
path | string | |
overwrite | bool | |
Résultat | void |
public ProcessMemoryReader ( |
||
process | ||
Résultat | System |
public UnsafeReadBytes ( |
||
address | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | void |