Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.
See Also: IServiceProvider Members
This interface is implemented by a class or value type that provides a service to other objects.
The IServiceProvider.GetService(Type) method of this interface obtains the object that provides the service.
The IServiceProvider interface is implemented by a number of types, including System.Web.HttpContext, System.ComponentModel.LicenseContext, System.ComponentModel.MarshalByValueComponent, and System.ComponentModel.Design.ServiceContainer.