BindToMethod(BindingFlags, MethodBase[], ref object[], ParameterModifier[], CultureInfo, string[], out object)
Declaration
public override MethodBase BindToMethod(BindingFlags bindingFlags, MethodBase[] match, ref object[] args, ParameterModifier[] modifiers, CultureInfo culture, string[] names, out object state)Parameters
| Type | Name | Description |
|---|---|---|
| BindingFlags | bindingFlags | |
| MethodBase[] | match | |
| object[] | args | |
| ParameterModifier[] | modifiers | |
| CultureInfo | culture | |
| string[] | names | |
| object | state |
Returns
| Type | Description |
|---|---|
| MethodBase |