TypeBuilder.IsSubclassOf(Type) Método
Definição
Determina se esse tipo é derivado de um tipo especificado.Determines whether this type is derived from a specified 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
Parâmetros
Retornos
Somente leitura.Read-only. Retorna true se esse tipo for igual ao tipo c ou um subtipo do tipo c; caso contrário, false.Returns true if this type is the same as the type c, or is a subtype of type c; otherwise, false.
- Atributos