C# 클래스 ParkitectNexus.Data.Reporting.WindowsCrashReport

파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

Private Properties

프로퍼티 타입 설명
GlobalMemoryStatusEx bool
InternalCheckIsWow64 bool
InternalGlobalMemoryStatusEx MemStatus
IsWow64Process bool

공개 메소드들

메소드 설명
WindowsCrashReport ( IParkitect parkitect, string action, Exception exception, ILogger logger ) : System

비공개 메소드들

메소드 설명
GlobalMemoryStatusEx ( [ lpBuffer ) : bool
InternalCheckIsWow64 ( ) : bool
InternalGlobalMemoryStatusEx ( ) : MemStatus
IsWow64Process ( [ hProcess, [ wow64Process ) : bool

메소드 상세

WindowsCrashReport() 공개 메소드

public WindowsCrashReport ( IParkitect parkitect, string action, Exception exception, ILogger logger ) : System
parkitect IParkitect
action string
exception System.Exception
logger ILogger
리턴 System