TypeDelegator.GetInterfaces Metodo

Definizione

Restituisce tutte le interfacce implementate sulla classe corrente e le relative classi base.

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

Restituisce

Type[]

Matrice di tipo Type contenente tutte le interfacce implementate sulla classe corrente e le relative classi base. Se non è stata definita alcuna interfaccia, viene restituita una matrice vuota.

Si applica a