System.ComponentModel.MarshalByValueComponent.GetService C# (CSharp) Method

GetService() public method

public GetService ( Type service ) : object
service System.Type
return object
        public virtual object GetService(Type service) {
            return((site==null)? null : site.GetService(service));
        }