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.

MethodBase::Invoke Method

 

Invokes the method or constructor reflected by this MethodInfo instance.

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

NameDescription
System_CAPS_pubmethodInvoke(Object^, BindingFlags, Binder^, array<Object^>^, CultureInfo^)

When overridden in a derived class, invokes the reflected method or constructor with the given parameters.

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

Invokes the method or constructor represented by the current instance, using the specified parameters.

Return to top
Show:
© 2017 Microsoft