C# 클래스 PleaseIgnore.IntelMap.IntelChannelContainer.ChannelSite

Implementation of ISite for linking an instance of IntelChannel to its parent IntelChannelContainer.
상속: INestedSite
파일 보기 프로젝트 열기: EtherealWake/test-intel

공개 메소드들

메소드 설명
GetService ( Type serviceType ) : object

Gets the service object of the specified type.

비공개 메소드들

메소드 설명
ChannelSite ( IntelChannelContainer container, IntelChannel component, string name ) : System

Initializes a new instance of the ChannelSite class.

메소드 상세

GetService() 공개 메소드

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.
리턴 object