Click or drag to resize

AltaxoServiceContainer Methods

The AltaxoServiceContainer type exposes the following members.

Methods
 NameDescription
Public methodAddFallbackProvider Adds a fallback service provider that is queried when the service is not found in this container.
Public methodAddService(Type, ServiceCreatorCallback)Adds the specified service to the service container.
Public methodAddService(Type, Object)Adds the specified service to the service container.
Public methodAddService(Type, ServiceCreatorCallback, Boolean)Adds the specified service to the service container, and optionally promotes the service to parent service containers.
Public methodAddService(Type, Object, Boolean)Adds the specified service to the service container, and optionally promotes the service to any parent service containers.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetFutureServiceT Gets a task that completes when a service of the specified type becomes available.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetServiceGets the service object of the specified type.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveService(Type)Removes the specified service type from the service container.
Public methodRemoveService(Type, Boolean)Removes the specified service type from the service container, and optionally promotes the service to parent service containers.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also