C# 클래스 Universe.Simulation.Base.MiniDump

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
Write ( SafeHandle fileHandle, Option dumpType ) : bool
Write ( SafeHandle fileHandle, Option options, ExceptionInfo exceptionInfo ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Write() 공개 정적인 메소드

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

Write() 공개 정적인 메소드

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