TypeInfo::IsAssignableFrom Method

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubmethodIsAssignableFrom(Type^)

Determines whether an instance of a specified type can be assigned to an instance of the current type.(Inherited from Type.)

System_CAPS_pubmethodIsAssignableFrom(TypeInfo^)

Returns a value that indicates whether the specified type can be assigned to the current type.

Return to top
Show: