TypeBuilder::IsAssignableFrom Method (Type^)
.NET Framework (current version)
Gets a value that indicates whether a specified Type can be assigned to this object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- c
-
Type:
System::Type^
The object to test.
Return Value
Type: System::Booleantrue if the c parameter and the current type represent the same type, or if the current type is in the inheritance hierarchy of c, or if the current type is an interface that c supports. false if none of these conditions are valid, or if c is null.
Implements
_Type::IsAssignableFrom(Type^)
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: