Click or drag to resize
DigitalRuneServiceContainer.GetInstance<TService> Method
Gets an instance of the given service type.

Namespace: DigitalRune.ServiceLocation
Assembly: DigitalRune.ServiceLocation (in DigitalRune.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.13596)
Syntax
public TService GetInstance<TService>()

Type Parameters

TService
The type of the service requested.

Return Value

Type: TService
The requested service instance or null if the service has not been registered.

Implements

IServiceLocator.GetInstance<TService>()
Exceptions
ExceptionCondition
ActivationException An error occurred while resolving the service instance.
See Also