Engine Methods

The Engine type exposes the following members.

Methods
  NameDescription
Public methodAddService(Type, ServiceCreatorCallback, Boolean)
Adds the specified service to the service container.
(Overrides ServiceContainerAddService(Type, ServiceCreatorCallback, Boolean).)
Public methodAddService(Type, Object, Boolean)
Adds the specified service to the service container.
(Overrides ServiceContainerAddService(Type, Object, Boolean).)
Public methodGetService(Type)
Gets the requested service.
(Overrides ServiceContainerGetService(Type).)
Public methodGetServiceT
Gets the service object of the specified type.
Public methodGetServiceT(Boolean)
Gets the service object of the specified type.
Public methodRemoveService
Removes the specified service type from the service container.
(Overrides ServiceContainerRemoveService(Type, Boolean).)
Public methodSetupExceptionTException
Populates an exception with additional information.
Public methodStatic memberTryGetCurrentEngine
Attempts to get the current engine instance.
Public methodTryGetCurrentSession(Session)
Gets the session associated with the caller.
Public methodTryGetCurrentSession(Session, Boolean)
Gets the session associated with the caller.
Top
Extension Methods
See Also