The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DynamicMethod::Invoke Method
.NET Framework (current version)
Namespace:
System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Invoke(Object^, BindingFlags, Binder^, array<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^, array<Object^>^, CultureInfo^).) |
![]() | Invoke(Object^, array<Object^>^) | Invokes the method or constructor represented by the current instance, using the specified parameters.(Inherited from MethodBase.) |
Show:
