March 2002
Intermediate to advanced
864 pages
31h 8m
English
IServiceProvider
This interface defines a mechanism for retrieving a service
object. A class implementing this interface provides a service
object to other objects through its
GetService() method.
public interface IServiceProvider { // Public Instance Methods public method object GetService(Type serviceType); }