Invoke Method

DynamicMethod.Invoke Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Invoke(Object, Object()) Invokes the method or constructor represented by the current instance, using the specified parameters. (Inherited from MethodBase.)
Public method 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).)
Top

Show:
© 2017 Microsoft