TypeInfo.IsAssignableFrom Method (TypeInfo)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether the specified type can be assigned to the current type.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Overridable Function IsAssignableFrom ( _ typeInfo As TypeInfo _ ) As Boolean
Parameters
- typeInfo
- Type: System.Reflection.TypeInfo
The type to check.
Return Value
Type: System.Booleantrue if the specified type can be assigned to this type; otherwise, false.
Show: