C# Класс Revenj.Extensibility.Autofac.Core.Activators.Reflection.BindingFlagsConstructorFinder

Finds constructors based on their binding flags.
Наследование: IConstructorFinder
Показать файл Открыть проект

Открытые методы

Метод Описание
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