Método _Type.GetInterfaces ()
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Fornece objetos COM com acesso independente de versão para o método Type.GetInterfaces.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
Type[] GetInterfaces()
array<Type^>^ GetInterfaces()
abstract GetInterfaces : unit -> Type[]
Function GetInterfaces As Type()
Valor Retornado
Type: System.Type[]
Uma matriz de objetos Type que representa todas as interfaces implementadas ou herdadas pela Type atual.
-ou-
Uma matriz vazia do tipo Type, se nenhuma interface está implementada ou herdada pela Type atual.
Comentários
Este método é para acesso a classes gerenciadas de código não gerenciado e não deve ser chamado em código gerenciado.
O Type.GetInterfaces método obtém todas as interfaces implementada ou herdada por atual Type.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface _Type
Namespace System.Runtime.InteropServices
Retornar ao início