GenericTypeParameterBuilder::InvokeMember Method (String^, BindingFlags, Binder^, Object^, array<Object^>^, array<ParameterModifier>^, CultureInfo^, array<String^>^)

 

Not supported for incomplete generic type parameters.

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

public:
virtual Object^ InvokeMember(
	String^ name,
	BindingFlags invokeAttr,
	Binder^ binder,
	Object^ target,
	array<Object^>^ args,
	array<ParameterModifier>^ modifiers,
	CultureInfo^ culture,
	array<String^>^ namedParameters
) override

Parameters

name
Type: System::String^

Not supported.

invokeAttr
Type: System.Reflection::BindingFlags

Not supported.

binder
Type: System.Reflection::Binder^

Not supported.

target
Type: System::Object^

Not supported.

args
Type: array<System::Object^>^

Not supported.

modifiers
Type: array<System.Reflection::ParameterModifier>^

Not supported.

culture
Type: System.Globalization::CultureInfo^

Not supported.

namedParameters
Type: array<System::String^>^

Not supported.

Return Value

Type: System::Object^

Not supported for incomplete generic type parameters.

Exception Condition
NotSupportedException

In all cases.

This method is not supported for incomplete generic type parameters. Retrieve the type parameter from the completed generic type definition and then use reflection on the retrieved type.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Return to top
Show: