Click or drag to resize

AltaxoServiceContainerGetService Method

Gets the service object of the specified type.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object? GetService(
	Type serviceType
)

Parameters

serviceType  Type
An object that specifies the type of service object to get.

Return Value

Object
A service object of type serviceType. -or- if there is no service object of type serviceType.

Implements

IServiceProviderGetService(Type)
See Also