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.
Type::InvokeMember Method
.NET Framework (current version)
Invokes a specific member of the current Type.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^) | Invokes the specified member, using the specified binding constraints and matching the specified argument list. |
![]() | 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. |
![]() | 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. |
Show:
