Click or drag to resize

IServiceWithType Interface

Interface supported by services that carry type information.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IServiceWithType

The IServiceWithType type exposes the following members.

Properties
  NameDescription
Public propertyServiceType
Gets the type of the service.
Top
Methods
  NameDescription
Public methodChangeType
Return a new service of the same kind, but carrying newType as the ServiceType.
Top
See Also