C# 클래스 Castle.Facilities.Synchronize.ControlComponentActivator

상속: Castle.MicroKernel.ComponentActivator.DefaultComponentActivator
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ControlComponentActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Runtime.Remoting

Initializes a new instance of the ControlComponentActivator class.

보호된 메소드들

메소드 설명
Instantiate ( CreationContext context ) : object

비공개 메소드들

메소드 설명
EnsureHandleCreated ( object component ) : void
GetUnproxiedInstance ( object instance ) : object
InstantiateInMainThread ( CreationContext context ) : object

메소드 상세

ControlComponentActivator() 공개 메소드

Initializes a new instance of the ControlComponentActivator class.
public ControlComponentActivator ( ComponentModel model, IKernel kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System.Runtime.Remoting
model Castle.Core.ComponentModel The model.
kernel IKernel The kernel.
onCreation ComponentInstanceDelegate Delegate called on construction.
onDestruction ComponentInstanceDelegate Delegate called on destruction.
리턴 System.Runtime.Remoting

Instantiate() 보호된 메소드

protected Instantiate ( CreationContext context ) : object
context Castle.MicroKernel.CreationContext
리턴 object