C# 클래스 MonoTouch.Fabric.Crashlytics.Setup

파일 보기 프로젝트 열기: joeisapro/MonoTouch.Fabric 1 사용 예제들

공개 메소드들

메소드 설명
CaptureManagedInfo ( object exception ) : void
CaptureStackFrames ( object exception ) : void
EnableCrashReporting ( System.Action crashReportingDelegate, string library ) : void
ThrowExceptionAsNative ( Exception exception ) : void
ThrowExceptionAsNative ( object exception ) : void

비공개 메소드들

메소드 설명
ConvertToNativeExceptionAndRaise ( object e ) : void
sigaction ( Setup sig, IntPtr act, IntPtr oact ) : int
void_objc_msgSend ( IntPtr receiver, IntPtr selector ) : void

메소드 상세

CaptureManagedInfo() 공개 정적인 메소드

public static CaptureManagedInfo ( object exception ) : void
exception object
리턴 void

CaptureStackFrames() 공개 정적인 메소드

public static CaptureStackFrames ( object exception ) : void
exception object
리턴 void

EnableCrashReporting() 공개 정적인 메소드

public static EnableCrashReporting ( System.Action crashReportingDelegate, string library ) : void
crashReportingDelegate System.Action
library string
리턴 void

ThrowExceptionAsNative() 공개 정적인 메소드

public static ThrowExceptionAsNative ( Exception exception ) : void
exception System.Exception
리턴 void

ThrowExceptionAsNative() 공개 정적인 메소드

public static ThrowExceptionAsNative ( object exception ) : void
exception object
리턴 void