Método _Type.GetNestedTypes ()
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.GetNestedTypes.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
Type[] GetNestedTypes()
array<Type^>^ GetNestedTypes()
abstract GetNestedTypes : unit -> Type[]
Function GetNestedTypes As Type()
Valor Retornado
Type: System.Type[]
Uma matriz de objetos Type que representa todos os tipos aninhados no Type atual.
-ou-
Uma matriz vazia do tipo Type, se nenhum tipo estiver aninhado na 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.GetNestedTypes método retorna todos os tipos aninhados atual Type.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
GetNestedTypes Sobrecarga
Interface _Type
Namespace System.Runtime.InteropServices
Retornar ao início