Method | Description | |
---|---|---|
BindingFlagsConstructorFinder ( BindingFlags bindingFlags ) : System |
Create an instance matching constructors with the supplied binding flags.
|
|
FindConstructors ( |
Finds suitable constructors on the target type.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
public BindingFlagsConstructorFinder ( BindingFlags bindingFlags ) : System | ||
bindingFlags | BindingFlags | Binding flags to match. |
return | System |
public FindConstructors ( |
||
targetType | Type to search for constructors. | |
return | System.Reflection.ConstructorInfo[] |