Click or drag to resize

ServiceInfo Constructor

Information about a service

Namespace: TomsToolbox.Composition.MicrosoftExtensions
Assembly: TomsToolbox.Composition.MicrosoftExtensions (in TomsToolbox.Composition.MicrosoftExtensions.dll) Version: 2.20.0+81722655bc5ac69e82709ab0d5f512a9f7e83ea5
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public ServiceInfo(
	ServiceDescriptor Descriptor,
	IMetadata? Metadata
)

Parameters

Descriptor  ServiceDescriptor
The service descriptor
Metadata  IMetadata
The metadata entry for the service.
See Also