DynamicMethod::Invoke Method

 

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodInvoke(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^).)

System_CAPS_pubmethodInvoke(Object^, array<Object^>^)

Invokes the method or constructor represented by the current instance, using the specified parameters.(Inherited from MethodBase.)

Return to top
Show: