Share via


TypeBuilder.IsSubclassOf(Type) Metode

Definisi

Menentukan apakah tipe ini berasal dari tipe tertentu.

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

Yang Type akan diperiksa.

Mengembalikan

Baca-saja. Mengembalikan jika jenis ini sama dengan jenis c, atau merupakan subjenis true dari jenis c; jika tidak, false.

Atribut

Berlaku untuk