C# 클래스 LinFu.AOP.Interfaces.ActivationContext

Represents a class that describes a request to instantiate a particular object type.
상속: IActivationContext
파일 보기 프로젝트 열기: philiplaureano/LinFu 1 사용 예제들

공개 메소드들

메소드 설명
ActivationContext ( Type concreteType, object additionalArguments ) : System

Initializes the context with the given parameters.

메소드 상세

ActivationContext() 공개 메소드

Initializes the context with the given parameters.
public ActivationContext ( Type concreteType, object additionalArguments ) : System
concreteType System.Type The type to be instantiated.
additionalArguments object The additional arguments that must be passed to the constructor.
리턴 System