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

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

공개 메소드들

메소드 설명
Create ( CreationContext context, Burden burden ) : object
CreateOnUIThreadActivator ( ComponentModel model, IKernelInternal kernel, ComponentInstanceDelegate onCreation, ComponentInstanceDelegate onDestruction ) : System

Initializes a new instance of the CreateOnUIThreadActivator class.

비공개 메소드들

메소드 설명
CreateCustomActivator ( ComponentModel model, IKernel kernel ) : IComponentActivator
InternalCreate ( CreationContext context, Burden burden ) : object
PerformCreation ( CreationContext context, Burden burden ) : object

메소드 상세

Create() 공개 메소드

public Create ( CreationContext context, Burden burden ) : object
context CreationContext
burden Castle.MicroKernel.Burden
리턴 object

CreateOnUIThreadActivator() 공개 메소드

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