Method IsSubclassOf
- Namespace
- Microsoft.Samples.Debugging.CorMetadata
- Assembly
- corapi.dll
IsSubclassOf(Type)
public override bool IsSubclassOf(Type c)
Parameters
c
TypeThe type to compare with the current type.
Returns
- bool
true if the current Type derives from
c
; otherwise, false. This method also returns false ifc
and the current Type are equal.
Exceptions
- ArgumentNullException
c
is null.