TypeBuilder.GetInterfaces メソッド

定義

この型とその基本型に実装されているすべてのインターフェイスの配列を返します。

public:
 override cli::array <Type ^> ^ GetInterfaces();
public override Type[] GetInterfaces ();
override this.GetInterfaces : unit -> Type[]
Public Overrides Function GetInterfaces () As Type()

戻り値

Type[]

実装されているインターフェイスを表す Type オブジェクトの配列を返します。 何も定義されていない場合は、空の配列が返されます。

適用対象