![]() | ISharedHostedApplication Methods |
The ISharedHostedApplication type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddService(Type, Object) | Adds the specified service to the service container. (Inherited from IServiceContainer.) |
![]() | AddService(Type, ServiceCreatorCallback) | Adds the specified service to the service container. (Inherited from IServiceContainer.) |
![]() | AddService(Type, Object, Boolean) | Adds the specified service to the service container, and optionally promotes the service to any parent service containers. (Inherited from IServiceContainer.) |
![]() | AddService(Type, ServiceCreatorCallback, Boolean) | Adds the specified service to the service container, and optionally promotes the service to parent service containers. (Inherited from IServiceContainer.) |
![]() | GetService(Type) | Gets the service object of the specified type. (Inherited from IServiceProvider.) |
![]() | GetServiceT |
Get the requested service or null if it does not exists.
|
![]() | Initialize |
Initialize the ApplicationInfo (creates the common elements if bundled)
|
![]() | IsCompatibleWith |
Gets wether application id passed is compatible with current
|
![]() | IsLoaded(Guid) |
Gets whether a module is loaded
|
![]() | IsLoaded(Type) |
Gets whether a module is loaded
|
![]() | RemoveService(Type) | Removes the specified service type from the service container. (Inherited from IServiceContainer.) |
![]() | RemoveService(Type, Boolean) | Removes the specified service type from the service container, and optionally promotes the service to parent service containers. (Inherited from IServiceContainer.) |
![]() | Run |
Runs the HostedApplication
|
![]() | SetOptions |
Set options of hostedApplication depending of its id
|
![]() | Stop |
Stops the HostedApplication
|