MethodBase.Invoke Method
.NET Framework 3.0
Invokes the method or constructor reflected by this MethodInfo instance.
| Name | Description |
|---|---|
| MethodBase.Invoke (Object, Object[]) | Invokes the method or constructor represented by the current instance, using the specified parameters. Supported by the .NET Compact Framework. |
| MethodBase.Invoke (Object, BindingFlags, Binder, Object[], CultureInfo) | When overridden in a derived class, invokes the reflected method or constructor with the given parameters. Supported by the .NET Compact Framework. |