SimpleInjectorDependencyResolverGetService Method

Simple Injector
Resolves singly registered services that support arbitrary object creation.

Namespace:  SimpleInjector.Integration.Web.Mvc
Assembly:  SimpleInjector.Integration.Web.Mvc (in SimpleInjector.Integration.Web.Mvc.dll) Version: 4.10.2
Syntax

public Object GetService(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
The type of the requested service or object.

Return Value

Type: Object
The requested service or object.

Implements

IDependencyResolver.GetService(Type)
See Also

Reference