TypeBuilder.IsSubclassOf(Type) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Meghatározza, hogy ez a típus egy adott típusból származik-e.
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éterek
Válaszok
Read-only. Akkor adja true vissza, ha ez a típus megegyezik a típussal c, vagy a típus caltípusa; ellenkező esetben false.
- Attribútumok