GenericTypeParameterBuilder::GetInterface Method (String^, Boolean)

 

Not supported for incomplete generic type parameters.

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

public:
virtual Type^ GetInterface(
	String^ name,
	bool ignoreCase
) override

Parameters

name
Type: System::String^

The name of the interface.

ignoreCase
Type: System::Boolean

true to search without regard for case; false to make a case-sensitive search.

Return Value

Type: System::Type^

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: