AssemblyExtensions.GetExportedTypes(Assembly) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <Type ^> ^ GetExportedTypes(System::Reflection::Assembly ^ assembly);
public static Type[] GetExportedTypes(this System.Reflection.Assembly assembly);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")]
public static Type[] GetExportedTypes(this System.Reflection.Assembly assembly);
static member GetExportedTypes : System.Reflection.Assembly -> Type[]
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Types might be removed")>]
static member GetExportedTypes : System.Reflection.Assembly -> Type[]
<Extension()>
Public Function GetExportedTypes (assembly As Assembly) As Type()
Parâmetros
- assembly
- Assembly
Retornos
- Atributos