| ServiceInfo Constructor |
Information about a service
Namespace: TomsToolbox.Composition.MicrosoftExtensionsAssembly: 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
)
Public Sub New (
Descriptor As ServiceDescriptor,
Metadata As IMetadata
)
Parameters
- Descriptor ServiceDescriptor
- The service descriptor
- Metadata IMetadata
- The metadata entry for the service.
See Also