TypeBuilder.IsSubclassOf(Type) Methode

Definition

Bestimmt, ob dieser Typ von einem angegebenen Typ abgeleitet ist.

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

Parameter

c
Type

Ein zu prüfender Type.

Gibt zurück

Boolean

Schreibgeschützt. Gibt true zurück, wenn dieser Typ dem Typ c entspricht oder ein Untertyp von Typ c ist, andernfalls false.

Attribute

Gilt für