System.ComponentModel.MarshalByValueComponent.GetService C# (CSharp) Méthode

GetService() public méthode

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