TypeBuilder.IsSubclassOf(Type) Méthode

Définition

Détermine si ce type est dérivé d’un type spécifié.

public:
 override bool IsSubclassOf(Type ^ c);
public override bool IsSubclassOf (Type c);
[System.Runtime.InteropServices.ComVisible(true)]
public override bool IsSubclassOf (Type c);
override this.IsSubclassOf : Type -> bool
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.IsSubclassOf : Type -> bool
Public Overrides Function IsSubclassOf (c As Type) As Boolean

Paramètres

c
Type

Type à vérifier.

Retours

Lecture seule. Retourne true si ce type est identique au type c ou est un sous-type du type c ; sinon, false.

Attributs

S’applique à