TypeBuilder.IsSubclassOf(Type) Methode

Definition

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

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 Type , das überprüft werden soll.

Gibt zurück

Schreibgeschützt Gibt zurück true , wenn dieser Typ mit dem Typ cidentisch ist oder ein Untertyp vom Typ cist; andernfalls false.

Attribute

Gilt für: