C# 클래스 SecureDelete.Minidump

파일 보기 프로젝트 열기: gratianlup/SecureDelete

공개 메소드들

메소드 설명
WriteMinidump ( IntPtr process, int processId, string path ) : bool
WriteMinidump ( string path ) : bool

비공개 메소드들

메소드 설명
CloseHandle ( IntPtr handle ) : bool
CreateFile ( string lpFileName, uint dwDesiredAccess, uint dwShareMode, uint SecurityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, int hTemplateFile ) : IntPtr
GetCurrentProcess ( ) : IntPtr
GetCurrentProcessId ( ) : int
MiniDumpWriteDump ( IntPtr process, int processId, IntPtr file, MinidumpType type, IntPtr a, IntPtr b, IntPtr c ) : bool

메소드 상세

WriteMinidump() 공개 정적인 메소드

public static WriteMinidump ( IntPtr process, int processId, string path ) : bool
process System.IntPtr
processId int
path string
리턴 bool

WriteMinidump() 공개 정적인 메소드

public static WriteMinidump ( string path ) : bool
path string
리턴 bool