C# Class CMTest.WinPhone.Bootstrapper

Inheritance: Caliburn.Micro.PhoneBootstrapperBase
Afficher le fichier Open project: gruan01/Xamarin-Example

Méthodes publiques

Méthode Description
Bootstrapper ( ) : Caliburn.Micro

Méthodes protégées

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

Method Details

Bootstrapper() public méthode

public Bootstrapper ( ) : Caliburn.Micro
Résultat Caliburn.Micro

BuildUp() protected méthode

protected BuildUp ( object instance ) : void
instance object
Résultat void

Configure() protected méthode

protected Configure ( ) : void
Résultat void

GetAllInstances() protected méthode

protected GetAllInstances ( Type service ) : IEnumerable
service System.Type
Résultat IEnumerable

GetInstance() protected méthode

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
Résultat object

SelectAssemblies() protected méthode

protected SelectAssemblies ( ) : IEnumerable
Résultat IEnumerable