DynamicMethod.Invoke Method
.NET Framework 4
Invokes the dynamic method.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Invoke(Object, Object[]) | Invokes the method or constructor represented by the current instance, using the specified parameters. (Inherited from MethodBase.) |
|
Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) | Invokes the dynamic method using the specified parameters, under the constraints of the specified binder, with the specified culture information. (Overrides MethodBase.Invoke(Object, BindingFlags, Binder, Object[], CultureInfo).) |