AssemblyLoadContext.LoadFromAssemblyPath(String) Méthode

Définition

Charge le contenu d’un fichier d’assembly sur le chemin d’accès spécifié.

public:
 System::Reflection::Assembly ^ LoadFromAssemblyPath(System::String ^ assemblyPath);
public System.Reflection.Assembly LoadFromAssemblyPath (string assemblyPath);
member this.LoadFromAssemblyPath : string -> System.Reflection.Assembly
Public Function LoadFromAssemblyPath (assemblyPath As String) As Assembly

Paramètres

assemblyPath
String

Chemin d'accès complet du fichier à charger.

Retours

Assembly chargé.

Exceptions

L’argument assemblyPath n’est pas un chemin absolu.

L'argument assemblyPath a la valeur null.

Impossible de charger l’un des fichiers trouvés.

L’argument assemblyPath est une chaîne vide («  ») ou n’existe pas.

L’argument assemblyPath n’est pas un assembly valide.

S’applique à

Voir aussi