AssemblyExtensions.GetTypes(Assembly) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
[System::Runtime::CompilerServices::Extension]
static cli::array <Type ^> ^ GetTypes(System::Reflection::Assembly ^ assembly);
public static Type[] GetTypes(this System.Reflection.Assembly assembly);
static member GetTypes : System.Reflection.Assembly -> Type[]
<Extension()>
Public Function GetTypes (assembly As Assembly) As Type()
Paramètres
- assembly
- Assembly