C# Class Revenj.Extensibility.Autofac.Core.Activators.Reflection.BindingFlagsConstructorFinder

Finds constructors based on their binding flags.
Inheritance: IConstructorFinder
Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Méthode Description
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.

Method Details

BindingFlagsConstructorFinder() public méthode

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

FindConstructors() public méthode

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

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string