C# 클래스 Revenj.Extensibility.Autofac.Core.Activators.Reflection.ConstructorParameterBinding

Binds a constructor to the parameters that will be used when it is invoked.
파일 보기 프로젝트 열기: ngs-doo/revenj 1 사용 예제들

공개 메소드들

메소드 설명
ConstructorParameterBinding ( ConstructorInfo ci, IEnumerable availableParameters, IComponentContext context ) : System

Construct a new ConstructorParameterBinding.

Instantiate ( ) : object

Invoke the constructor with the parameter bindings.

ToString ( ) : string

Returns a System.String that represents the current System.Object.

비공개 메소드들

메소드 설명
GetConstructorInvoker ( ConstructorInfo constructorInfo ) : object>.Func

메소드 상세

ConstructorParameterBinding() 공개 메소드

Construct a new ConstructorParameterBinding.
public ConstructorParameterBinding ( ConstructorInfo ci, IEnumerable availableParameters, IComponentContext context ) : System
ci System.Reflection.ConstructorInfo ConstructorInfo to bind.
availableParameters IEnumerable Available parameters.
context IComponentContext Context in which to construct instance.
리턴 System

Instantiate() 공개 메소드

Invoke the constructor with the parameter bindings.
public Instantiate ( ) : object
리턴 object

ToString() 공개 메소드

Returns a System.String that represents the current System.Object.
public ToString ( ) : string
리턴 string