Click or drag to resize

ISharedHostedApplication Methods

The ISharedHostedApplication type exposes the following members.

Methods
  NameDescription
Public methodAddService(Type, Object)
Adds the specified service to the service container.
(Inherited from IServiceContainer.)
Public methodAddService(Type, ServiceCreatorCallback)
Adds the specified service to the service container.
(Inherited from IServiceContainer.)
Public methodAddService(Type, Object, Boolean)
Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
(Inherited from IServiceContainer.)
Public methodAddService(Type, ServiceCreatorCallback, Boolean)
Adds the specified service to the service container, and optionally promotes the service to parent service containers.
(Inherited from IServiceContainer.)
Public methodGetService(Type)
Gets the service object of the specified type.
(Inherited from IServiceProvider.)
Public methodGetServiceT
Get the requested service or null if it does not exists.
Public methodInitialize
Initialize the ApplicationInfo (creates the common elements if bundled)
Public methodIsCompatibleWith
Gets wether application id passed is compatible with current
Public methodIsLoaded(Guid)
Gets whether a module is loaded
Public methodIsLoaded(Type)
Gets whether a module is loaded
Public methodRemoveService(Type)
Removes the specified service type from the service container.
(Inherited from IServiceContainer.)
Public methodRemoveService(Type, Boolean)
Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
(Inherited from IServiceContainer.)
Public methodRun
Runs the HostedApplication
Public methodSetOptions
Set options of hostedApplication depending of its id
Public methodStop
Stops the HostedApplication
Top
See Also