IServiceProvider

IServiceProvider CF 1.0

System (mscorlib.dll) interface

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   ); } 


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net