Method | Description | |
---|---|---|
CreateKernel ( ) : IKernel |
Creates the kernel that will manage your application.
|
|
Start ( ) : void |
Starts the application
|
|
Stop ( ) : void |
Stops the application.
|
Method | Description | |
---|---|---|
Cast ( string value, string type ) : object | ||
CreateBindingConfigString ( Type fromType, Type toType ) : void | ||
RegisterServices ( IKernel kernel ) : void |
Load your modules or register your services here!
|