Click or drag to resize

InfoWarningErrorMessageControllerGetService Method

Gets a service provided by this pad content.

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

Parameters

serviceType  Type
The requested service type.

Return Value

Object
The requested service, or null if it is not available.

Implements

IServiceProviderGetService(Type)
See Also