C# Class Universe.Simulation.Base.MiniDump

ファイルを表示 Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
Write ( SafeHandle fileHandle, Option dumpType ) : bool
Write ( SafeHandle fileHandle, Option options, ExceptionInfo exceptionInfo ) : bool

Private Methods

Method Description
GetCurrentThreadId ( ) : uint
MiniDumpWriteDump ( IntPtr hProcess, uint processId, SafeHandle hFile, uint dumpType, IntPtr expParam, IntPtr userStreamParam, IntPtr callbackParam ) : bool
MiniDumpWriteDump ( IntPtr hProcess, uint processId, SafeHandle hFile, uint dumpType, MiniDumpExceptionInformation &expParam, IntPtr userStreamParam, IntPtr callbackParam ) : bool

Method Details

Write() public static method

public static Write ( SafeHandle fileHandle, Option dumpType ) : bool
fileHandle System.Runtime.InteropServices.SafeHandle
dumpType Option
return bool

Write() public static method

public static Write ( SafeHandle fileHandle, Option options, ExceptionInfo exceptionInfo ) : bool
fileHandle System.Runtime.InteropServices.SafeHandle
options Option
exceptionInfo ExceptionInfo
return bool