C# Class PleaseIgnore.IntelMap.IntelChannelContainer.ChannelSite

Implementation of ISite for linking an instance of IntelChannel to its parent IntelChannelContainer.
Inheritance: INestedSite
Afficher le fichier Open project: EtherealWake/test-intel

Méthodes publiques

Méthode Description
GetService ( Type serviceType ) : object

Gets the service object of the specified type.

Private Methods

Méthode Description
ChannelSite ( IntelChannelContainer container, IntelChannel component, string name ) : System

Initializes a new instance of the ChannelSite class.

Method Details

GetService() public méthode

Gets the service object of the specified type.
public GetService ( Type serviceType ) : object
serviceType System.Type An object that specifies the type /// of service object to get.
Résultat object