C# Class Twiddler.App

Inheritance: Caliburn.PresentationFramework.ApplicationModel.CaliburnApplication
Afficher le fichier Open project: GraemeF/Twiddler

Méthodes protégées

Méthode Description
CreateContainer ( ) : IServiceLocator
CreateRootModel ( ) : object
OnStartup ( StartupEventArgs args ) : void
SelectAssemblies ( ) : System.Reflection.Assembly[]

Private Methods

Méthode Description
FindAssembliesInCatalog ( System.ComponentModel.Composition.Hosting.DirectoryCatalog catalog ) : IEnumerable
GetAssembly ( string file ) : Assembly

Method Details

CreateContainer() protected méthode

protected CreateContainer ( ) : IServiceLocator
Résultat IServiceLocator

CreateRootModel() protected méthode

protected CreateRootModel ( ) : object
Résultat object

OnStartup() protected méthode

protected OnStartup ( StartupEventArgs args ) : void
args StartupEventArgs
Résultat void

SelectAssemblies() protected méthode

protected SelectAssemblies ( ) : System.Reflection.Assembly[]
Résultat System.Reflection.Assembly[]