The implementation of IServiceObjectProvider
[Visual Basic] Overridable Public Function GetServiceObject( _ ByVal service As Type _ ) As Object [C#] public virtual object GetServiceObject( Type service ); [C++] public: virtual Object* GetServiceObject( Type* service ); [JScript] public function GetServiceObject( service : Type ) : Object;
MarshalByRefComponent Class | MarshalByRefComponent Members | System.ComponentModel Namespace