C# 클래스 Castle.MicroKernel.ModelBuilder.Inspectors.LifecycleModelInspector

상속: IContributeComponentModelConstruction
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
ProcessModel ( IKernel kernel, ComponentModel model ) : void

Checks if the type implements IInitializable and or IDisposable interfaces.

비공개 메소드들

메소드 설명
IsLateBoundComponent ( ComponentModel model ) : bool
ProcessLateBoundModel ( ComponentModel model ) : void
ProcessModel ( ComponentModel model ) : void

메소드 상세

ProcessModel() 공개 메소드

Checks if the type implements IInitializable and or IDisposable interfaces.
public ProcessModel ( IKernel kernel, ComponentModel model ) : void
kernel IKernel
model Castle.Core.ComponentModel
리턴 void