C# 클래스 Hiro.Implementations.ConstructorCall

Represents an implementation that emits a constructor call.
상속: BaseConstructorCall
파일 보기 프로젝트 열기: philiplaureano/Hiro 1 사용 예제들

공개 메소드들

메소드 설명
ConstructorCall ( ConstructorInfo constructor ) : System

Initializes a new instance of the ConstructorCall class.

보호된 메소드들

메소드 설명
GetUnresolvedDependency ( IDependency currentDependency ) : IImplementation

Determines the IImplementation instance that will be used to emit the code that will execute if the currentDependency cannot be resolved when the container is compiled.

메소드 상세

ConstructorCall() 공개 메소드

Initializes a new instance of the ConstructorCall class.
public ConstructorCall ( ConstructorInfo constructor ) : System
constructor System.Reflection.ConstructorInfo The target constructor.
리턴 System

GetUnresolvedDependency() 보호된 메소드

Determines the IImplementation instance that will be used to emit the code that will execute if the currentDependency cannot be resolved when the container is compiled.
protected GetUnresolvedDependency ( IDependency currentDependency ) : IImplementation
currentDependency IDependency The unresolved dependency.
리턴 IImplementation