Gets the implementer of the IServiceProvider.
[Visual Basic] Public Overridable Function GetService( _ ByVal service As Type _ ) As Object Implements IServiceProvider.GetService [C#] public virtual object GetService( Type service ); [C++] public: virtual Object* GetService( Type* service ); [JScript] public function GetService( service : Type ) : Object;
An Object that represents the implementer of the IServiceProvider.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
MarshalByValueComponent Class | MarshalByValueComponent Members | System.ComponentModel Namespace | MarshalByValueComponent | IServiceProvider