Click or drag to resize

AltaxoServiceContainer Class

A thread-safe service container class.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesAltaxoServiceContainer

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class AltaxoServiceContainer : IServiceProvider, 
	IServiceContainer, IDisposable

The AltaxoServiceContainer type exposes the following members.

Constructors
 NameDescription
Public methodAltaxoServiceContainerInitializes a new instance of the AltaxoServiceContainer class
Top
Methods
 NameDescription
Public methodAddFallbackProvider 
Public methodAddService(Type, ServiceCreatorCallback) 
Public methodAddService(Type, Object) 
Public methodAddService(Type, ServiceCreatorCallback, Boolean) 
Public methodAddService(Type, Object, Boolean) 
Public methodDisposeReleases all resources used by the AltaxoServiceContainer
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetFutureServiceT 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetService 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveService(Type) 
Public methodRemoveService(Type, Boolean) 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also