TypeBuilder.GetInterfaces Metoda

Definicja

Zwraca tablicę wszystkich interfejsów zaimplementowanych na tym typie i jego typach podstawowych.

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

Zwraca

Type[]

Zwraca tablicę Type obiektów reprezentujących zaimplementowane interfejsy. Jeśli żadna z nich nie jest zdefiniowana, zwracana jest pusta tablica.

Dotyczy