asp.net.ph

IServiceProvider Interface

System Namespace


Defines a mechanism for retrieving a service object; that is, an object that provides custom support to other objects.

IServiceProvider Interface Members

Collapse   Methods

Visibility Name Parameters Return Type
public GetService ( Type serviceType ) Object

Classes that Implement IServiceProvider


Class Description
HttpContext Encapsulates all HTTP-specific information about an individual HTTP request.
LicenseContext Specifies when you can use a licensed object and provides a way of obtaining additional services needed to support licenses running within its domain.
MarshalByValueComponent Implements IComponent and provides the base implementation for remotable components that are marshaled by value ( a copy of the serialized object is passed ).
ServiceContainer Provides a simple implementation of the IServiceContainer interface. This class cannot be inherited.

Remarks

This interface is implemented by a class or value type that provides a service to other objects.

The GetService method of this interface obtains the object that provides the service.

See Also

Type Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph