Click or drag to resize

ServiceInfo Class

Information about a service
Inheritance Hierarchy
SystemObject
  TomsToolbox.Composition.MicrosoftExtensionsServiceInfo

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 class ServiceInfo : IEquatable<ServiceInfo>

The ServiceInfo type exposes the following members.

Constructors
 NameDescription
Public methodServiceInfo Information about a service
Top
Properties
 NameDescription
Public propertyDescriptorThe service descriptor
Public propertyMetadataThe metadata entry for the service.
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also