Type::InvokeMember Method

 

Invokes a specific member of the current Type.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodInvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^)

Invokes the specified member, using the specified binding constraints and matching the specified argument list.

System_CAPS_pubmethodInvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^, CultureInfo^)

Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture.

System_CAPS_pubmethodInvokeMember(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.

Return to top
Show: