C# 클래스 CastleTests.Components.MyCustomerActivator

Summary description for MyCustomerActivator.
상속: Castle.MicroKernel.ComponentActivator.AbstractComponentActivator
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
MyCustomerActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core

보호된 메소드들

메소드 설명
InternalCreate ( CreationContext context ) : object
InternalDestroy ( object instance ) : void

메소드 상세

InternalCreate() 보호된 메소드

protected InternalCreate ( CreationContext context ) : object
context CreationContext
리턴 object

InternalDestroy() 보호된 메소드

protected InternalDestroy ( object instance ) : void
instance object
리턴 void

MyCustomerActivator() 공개 메소드

public MyCustomerActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : Castle.Core
model Castle.Core.ComponentModel
kernel IKernelInternal
onCreation ComponentInstanceDelegate
onDestruction ComponentInstanceDelegate
리턴 Castle.Core