The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeBuilder::IsSubclassOf Method (Type^)
.NET Framework (current version)
Determines whether this type is derived from a specified type.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- c
-
Type:
System::Type^
A Type that is to be checked.
Return Value
Type: System::BooleanRead-only. Returns true if this type is the same as the type c, or is a subtype of type c; otherwise, false.
Implements
_Type::IsSubclassOf(Type^)
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: