TypeBuilder.GetInterfaces Metoda

Definice

Vrátí pole všech rozhraní implementovaných pro tento typ a jeho základní typy.

public:
 override cli::array <Type ^> ^ GetInterfaces();
[System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)]
public override Type[] GetInterfaces();
public override Type[] GetInterfaces();
[<System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembers(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces)>]
override this.GetInterfaces : unit -> Type[]
override this.GetInterfaces : unit -> Type[]
Public Overrides Function GetInterfaces () As Type()

Návraty

Type[]

Vrátí pole Type objektů představujících implementovaná rozhraní. Pokud nejsou definovány žádné, vrátí se prázdné pole.

Atributy

Platí pro