.NET Framework Class Library
Type..::.InvokeMember Method
Invokes a specific member of the current Type.
|
| 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
Reference