1 out of 2 rated this helpful - Rate this topic

MethodBase.Invoke Method

Invokes the method or constructor reflected by this MethodInfo instance.

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 Supported by the .NET Compact Framework Supported by the XNA Framework Invoke(Object, Object[]) Invokes the method or constructor represented by the current instance, using the specified parameters.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Invoke(Object, BindingFlags, Binder, Object[], CultureInfo) When overridden in a derived class, invokes the reflected method or constructor with the given parameters.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.