public interface IServiceProvider
|
The IServiceProvider.GetService method of this interface obtains the object that provides the service.
GetService | Gets the service object of the specified type. |
serviceType
-or-
null if there is no service object of type serviceType.