ServiceProviders.GetService(Type) Method

Definition

Gets the service object of the specified type.

public:
 virtual System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object

Parameters

serviceType
Type

The type of service object to get.

Returns

A service implementation for the type serviceType. May be null if there is no service stored for type serviceType.

Implements

Applies to