C# Class Ntreev.Library.PsdViewer.AppBootstrapper

Inheritance: Caliburn.Micro.BootstrapperBase
Mostra file Open project: NtreevSoft/psd-parser

Public Methods

Method Description
AppBootstrapper ( ) : System

Protected Methods

Method Description
BuildUp ( object instance ) : void
Configure ( ) : void
GetAllInstances ( Type service ) : IEnumerable
GetInstance ( Type service, string key ) : object
OnStartup ( object sender, System e ) : void

Method Details

AppBootstrapper() public method

public AppBootstrapper ( ) : System
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

OnStartup() protected method

protected OnStartup ( object sender, System e ) : void
sender object
e System
return void