TypeProvider.AddAssemblyReference(String) 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.
Ajoute une référence à la Assembly liste interne. Cet assembly est utilisé pour la Type recherche dans la GetType(String) méthode.
public:
void AddAssemblyReference(System::String ^ path);
public void AddAssemblyReference(string path);
member this.AddAssemblyReference : string -> unit
Public Sub AddAssemblyReference (path As String)
Paramètres
Exceptions
path est une référence Null (Visual Basic Nothing).