C# 클래스 Castle.MicroKernel.ComponentActivator.WebUserControlComponentActivator

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

공개 메소드들

메소드 설명
WebUserControlComponentActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

Initializes a new instance of the WebUserControlComponentActivator class.

보호된 메소드들

메소드 설명
CreateInstance ( CreationContext context, ConstructorCandidate constructor, object arguments ) : object

Creates the instance.

메소드 상세

CreateInstance() 보호된 메소드

Creates the instance.
protected CreateInstance ( CreationContext context, ConstructorCandidate constructor, object arguments ) : object
context CreationContext The context.
constructor Castle.Core.ConstructorCandidate
arguments object The arguments.
리턴 object

WebUserControlComponentActivator() 공개 메소드

Initializes a new instance of the WebUserControlComponentActivator class.
public WebUserControlComponentActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System
model Castle.Core.ComponentModel The model.
kernel IKernelInternal The kernel.
onCreation ComponentInstanceDelegate The on creation.
onDestruction ComponentInstanceDelegate The on destruction.
리턴 System