Interface IRuntime
Defines the Umbraco runtime.
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public interface IRuntime
Properties
View SourceState
Gets the runtime state.
Declaration
IRuntimeState State { get; }
Property Value
Type | Description |
---|---|
IRuntimeState |
Methods
View SourceBoot(IRegister)
Boots the runtime.
Declaration
IFactory Boot(IRegister register)
Parameters
Type | Name | Description |
---|---|---|
IRegister | register | The application register. |
Returns
Type | Description |
---|---|
IFactory | The application factory. |
Terminate()
Terminates the runtime.
Declaration
void Terminate()