C# 클래스 Castle.Facilities.TypedFactory.Internal.TypedFactoryInterceptor

상속: IInterceptor, IOnBehalfAware, IDisposable
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Dispose ( ) : void
Intercept ( IInvocation invocation ) : void
SetInterceptedComponentModel ( ComponentModel target ) : void
TypedFactoryInterceptor ( IKernelInternal kernel, ITypedFactoryComponentSelector componentSelector ) : System

비공개 메소드들

메소드 설명
Release ( IInvocation invocation ) : void
Resolve ( IInvocation invocation ) : void
TryGetMethod ( IInvocation invocation, FactoryMethod &method ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void

SetInterceptedComponentModel() 공개 메소드

public SetInterceptedComponentModel ( ComponentModel target ) : void
target Castle.Core.ComponentModel
리턴 void

TypedFactoryInterceptor() 공개 메소드

public TypedFactoryInterceptor ( IKernelInternal kernel, ITypedFactoryComponentSelector componentSelector ) : System
kernel IKernelInternal
componentSelector ITypedFactoryComponentSelector
리턴 System