August 2003
Intermediate to advanced
928 pages
32h 1m
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 object GetService(Type serviceType);
}