Type.InvokeMember Method (System)

Switch View :
ScriptFree
.NET Framework Class Library
Type.InvokeMember Method

Invokes a specific member of the current Type.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method InvokeMember(String, BindingFlags, Binder, Object, Object[]) Invokes the specified member, using the specified binding constraints and matching the specified argument list.
Public method InvokeMember(String, BindingFlags, Binder, Object, Object[], CultureInfo) Invokes the specified member, using the specified binding constraints and matching the specified argument list and culture.
Public method InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, 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

Reference