C# Class Twiddler.App

Inheritance: Caliburn.PresentationFramework.ApplicationModel.CaliburnApplication
ファイルを表示 Open project: GraemeF/Twiddler

Protected Methods

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

Private Methods

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

Method Details

CreateContainer() protected method

protected CreateContainer ( ) : IServiceLocator
return IServiceLocator

CreateRootModel() protected method

protected CreateRootModel ( ) : object
return object

OnStartup() protected method

protected OnStartup ( StartupEventArgs args ) : void
args StartupEventArgs
return void

SelectAssemblies() protected method

protected SelectAssemblies ( ) : System.Reflection.Assembly[]
return System.Reflection.Assembly[]