MethodBase::Invoke Method
.NET Framework (current version)
Invokes the method or constructor reflected by this MethodInfo instance.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Invoke(Object^, BindingFlags, Binder^, array<Object^>^, CultureInfo^) | When overridden in a derived class, invokes the reflected method or constructor with the given parameters. |
![]() | Invoke(Object^, array<Object^>^) | Invokes the method or constructor represented by the current instance, using the specified parameters. |
Show:
