ServiceProviderGetService Method

Gets the service object of the specified type.

Definition

Namespace: DevCase.Runtime.Services
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Object GetService(
	Type serviceType
)

Parameters

serviceType  Type
An object that specifies the type of service object to get.

Return Value

Object
A service object of type serviceType. -or- null if there is no service object of type serviceType.

Implements

IServiceProviderGetService(Type)

See Also