Interface IGetsSingleObjectFromResolutionInfo
An object which resolves an instance of a single object, from a SingleObjectResolutionInfo.
Namespace: CSF.DecoratorBuilder
Assembly: CSF.DecoratorBuilder.Common.dll
Syntax
public interface IGetsSingleObjectFromResolutionInfo
Methods
| Improve this Doc View SourceGetService(Type, SingleObjectResolutionInfo, Object)
Resolve an instance of the object.
Declaration
object GetService(Type serviceType, SingleObjectResolutionInfo resolutionInfo, object wrapped = null)
Parameters
Type | Name | Description |
---|---|---|
System.Type | serviceType | The overall service type. |
SingleObjectResolutionInfo | resolutionInfo | The resolution information for the object to resolve. |
System.Object | wrapped | An optional instance of a service to wrap. |
Returns
Type | Description |
---|---|
System.Object | The resolved object. |