Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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:
© 2017 Microsoft