次の方法で共有


TypeBuilder.IsSubclassOf メソッド

この型が、指定した型 c の派生クラスかどうかを確認します。

Overrides Public Function IsSubclassOf( _
   ByVal c As Type _) As Boolean
[C#]
public override bool IsSubclassOf(Typec);
[C++]
public: bool IsSubclassOf(Type* c);
[JScript]
public override function IsSubclassOf(
   c : Type) : Boolean;

パラメータ

  • c
    確認する Type

戻り値

読み取り専用。この型が型 c と同じか、型 c の内部処理形式である場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

TypeBuilder クラス | TypeBuilder メンバ | System.Reflection.Emit 名前空間