TypeBuilder.IsSubclassOf(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

パラメーター

c
Type

チェックする Type

戻り値

Boolean

読み取り専用。 この型が型 c と同じ場合、または型 c のサブタイプである場合は、true を返します。それ以外の場合は false を返します。

属性

適用対象