TypeBuilder.IsSubclassOf(Type) Metoda

Definice

Určuje, zda je tento typ odvozen od zadaného typu.

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

Parametry

c
Type

Hodnota Type , která se má zkontrolovat.

Návraty

Jen pro čtení. Vrátí, true pokud je tento typ stejný jako typ c, nebo je podtyp typu c; v opačném případě false.

Atributy

Platí pro