C# Class System.ComponentModel.Container.Site

Inheritance: ISite
Show file Open project: dotnet/corefx

Public Methods

Method Description
GetService ( Type service ) : Object

Private Methods

Method Description
Site ( IComponent component, Container container, String name ) : System

Method Details

GetService() public method

public GetService ( Type service ) : Object
service System.Type
return Object