C# Class CMTest.Droid.Application

Inheritance: Caliburn.Micro.CaliburnApplication
Show file Open project: gruan01/Xamarin-Example

Public Methods

Method Description
Application ( IntPtr javaReference, JniHandleOwnership transfer ) : System
OnCreate ( ) : void

Protected Methods

Method Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
SelectAssemblies ( ) : IEnumerable

Method Details

Application() public method

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

BuildUp() protected method

protected BuildUp ( object instance ) : void
instance object
return void

Configure() protected method

protected Configure ( ) : void
return void

GetAllInstances() protected method

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
return IEnumerable

GetInstance() protected method

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

OnCreate() public method

public OnCreate ( ) : void
return void

SelectAssemblies() protected method

protected SelectAssemblies ( ) : IEnumerable
return IEnumerable