TypeBuilder.GetInterfaces Método
Definição
Retorna uma matriz de todas as interfaces implementadas nesse tipo e seus tipos base.Returns an array of all the interfaces implemented on this type and its base types.
public:
override cli::array <Type ^> ^ GetInterfaces();
public override Type[] GetInterfaces ();
override this.GetInterfaces : unit -> Type[]
Public Overrides Function GetInterfaces () As Type()
Retornos
- Type[]
Retorna uma matriz de objetos Type que representam as interfaces implementadas.Returns an array of Type objects representing the implemented interfaces. Se nenhum deles for definido, uma matriz vazia será retornada.If none are defined, an empty array is returned.