GenericTypeParameterBuilder::IsAssignableFrom Method (TypeInfo^)
.NET Framework (current version)
Throws a NotSupportedException exception in all cases.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- typeInfo
-
Type:
System.Reflection::TypeInfo^
The object to test.
| 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 4.5
Available since 4.5
Show: