C# 클래스 Castle.Core.InterceptorReference

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
InterceptorReference ( String componentKey ) : System

Initializes a new instance of the InterceptorReference class.

InterceptorReference ( Type serviceType ) : System

Initializes a new instance of the InterceptorReference class.

메소드 상세

InterceptorReference() 공개 메소드

Initializes a new instance of the InterceptorReference class.
public InterceptorReference ( String componentKey ) : System
componentKey String The component key.
리턴 System

InterceptorReference() 공개 메소드

Initializes a new instance of the InterceptorReference class.
public InterceptorReference ( Type serviceType ) : System
serviceType System.Type Type of the service.
리턴 System