TypeBuilder.IsSubclassOf Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Determines whether this type is derived from a specified type.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Overrides Function IsSubclassOf ( _
c As Type _
) As Boolean
[ComVisibleAttribute(true)]
public override bool IsSubclassOf(
Type c
)
Parameters
- c
Type: System.Type
A Type that is to be checked.
Return Value
Type: System.Boolean
true if this type is the same as the type c, or is a subtype of type c; otherwise, false.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.