C# 클래스 Discuz.Droid.Application

상속: Caliburn.Micro.CaliburnApplication
파일 보기 프로젝트 열기: gruan01/Discuz.Mobi

공개 메소드들

메소드 설명
Application ( IntPtr javaReference, JniHandleOwnership transfer ) : System
OnCreate ( ) : void

보호된 메소드들

메소드 설명
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
SelectAssemblies ( ) : IEnumerable

비공개 메소드들

메소드 설명
AndroidEnvironment_UnhandledExceptionRaiser ( object sender, Android.Runtime.RaiseThrowableEventArgs e ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

메소드 상세

Application() 공개 메소드

public Application ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
리턴 System

BuildUp() 보호된 메소드

protected BuildUp ( object instance ) : void
instance object
리턴 void

Configure() 보호된 메소드

protected Configure ( ) : void
리턴 void

GetAllInstances() 보호된 메소드

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
리턴 IEnumerable

GetInstance() 보호된 메소드

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
리턴 object

OnCreate() 공개 메소드

public OnCreate ( ) : void
리턴 void

SelectAssemblies() 보호된 메소드

protected SelectAssemblies ( ) : IEnumerable
리턴 IEnumerable