TypeDelegator.GetInterfaces メソッド

定義

現在のクラスとその基本クラスで実装されているすべてのインターフェイスを返します。

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

戻り値

Type[]

現在のクラスとその基本クラスで実装されているすべてのインターフェイスを格納している Type 型の配列。 何も定義されていない場合は、空の配列が返されます。

適用対象