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

Finds constructors based on their binding flags.
상속: IConstructorFinder
파일 보기 프로젝트 열기: ngs-doo/revenj

공개 메소드들

메소드 설명
BindingFlagsConstructorFinder ( BindingFlags bindingFlags ) : System

Create an instance matching constructors with the supplied binding flags.

FindConstructors ( Type targetType ) : System.Reflection.ConstructorInfo[]

Finds suitable constructors on the target type.

ToString ( ) : string

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

메소드 상세

BindingFlagsConstructorFinder() 공개 메소드

Create an instance matching constructors with the supplied binding flags.
public BindingFlagsConstructorFinder ( BindingFlags bindingFlags ) : System
bindingFlags BindingFlags Binding flags to match.
리턴 System

FindConstructors() 공개 메소드

Finds suitable constructors on the target type.
public FindConstructors ( Type targetType ) : System.Reflection.ConstructorInfo[]
targetType System.Type Type to search for constructors.
리턴 System.Reflection.ConstructorInfo[]

ToString() 공개 메소드

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