This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Type..::.InvokeMember Method
Invokes a specific member of the current Type.

Overload List
|
| Name | Description |
|---|
.gif) .gif) .gif) | InvokeMember(String, BindingFlags, Binder, Object, array<Object>[]()[]) | Invokes the specified member, using the specified binding constraints and matching the specified argument list. |
.gif) | InvokeMember(String, BindingFlags, Binder, Object, array<Object>[]()[], CultureInfo) | Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture. |
.gif) .gif) .gif) | InvokeMember(String, BindingFlags, Binder, Object, array<Object>[]()[], array<ParameterModifier>[]()[], CultureInfo, array<String>[]()[]) | When overridden in a derived class, invokes the specified member, using the specified binding constraints and matching the specified argument list, modifiers and culture. |
Top

See Also