Click or drag to resize

AltaxoServiceContainerAddService(Type, Object) Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.AltaxoServiceContainer.AddService(System.Type,System.Object)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddService(
	Type serviceType,
	Object serviceInstance
)

Parameters

serviceType  Type

[Missing <param name="serviceType"/> documentation for "M:Altaxo.Main.Services.AltaxoServiceContainer.AddService(System.Type,System.Object)"]

serviceInstance  Object

[Missing <param name="serviceInstance"/> documentation for "M:Altaxo.Main.Services.AltaxoServiceContainer.AddService(System.Type,System.Object)"]

Implements

IServiceContainerAddService(Type, Object)
See Also