C# 클래스 System.ComponentModel.NestedContainer

상속: Container, INestedContainer, IContainer, IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
NestedContainer ( IComponent owner ) : System

Creates a new NestedContainer.

보호된 메소드들

메소드 설명
CreateSite ( IComponent component, string name ) : ISite

Creates a site for the component within the container.

Dispose ( bool disposing ) : void

Override of Container's dispose.

GetService ( Type service ) : object

[To be supplied.]

비공개 메소드들

메소드 설명
OnOwnerDisposed ( object sender, EventArgs e ) : void

Called when our owning component is destroyed.

메소드 상세

CreateSite() 보호된 메소드

Creates a site for the component within the container.
protected CreateSite ( IComponent component, string name ) : ISite
component IComponent
name string
리턴 ISite

Dispose() 보호된 메소드

Override of Container's dispose.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetService() 보호된 메소드

[To be supplied.]

protected GetService ( Type service ) : object
service System.Type
리턴 object

NestedContainer() 공개 메소드

Creates a new NestedContainer.
public NestedContainer ( IComponent owner ) : System
owner IComponent
리턴 System