TypeBuilder.IsSubclassOf(Type) Methode

Definitie

Bepaalt of dit type is afgeleid van een opgegeven type.

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

Parameters

c
Type

Een Type die moet worden gecontroleerd.

Retouren

Alleen lezen. Retourneert true als dit type hetzelfde is als het type cof een subtype van het type cis; falseanders.

Kenmerken

Van toepassing op