Altaxo |
The AltaxoServiceContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFallbackProvider | Adds a fallback service provider that is queried when the service is not found in this container. | |
| AddService(Type, ServiceCreatorCallback) | Adds the specified service to the service container. | |
| AddService(Type, Object) | Adds the specified service to the service container. | |
| AddService(Type, ServiceCreatorCallback, Boolean) | Adds the specified service to the service container, and optionally promotes the service to parent service containers. | |
| AddService(Type, Object, Boolean) | Adds the specified service to the service container, and optionally promotes the service to any parent service containers. | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetFutureServiceT | Gets a task that completes when a service of the specified type becomes available. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetService | Gets the service object of the specified type. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| RemoveService(Type) | Removes the specified service type from the service container. | |
| RemoveService(Type, Boolean) | Removes the specified service type from the service container, and optionally promotes the service to parent service containers. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |