MetadataLoadContext.LoadFromAssemblyPath(String) Metodo

Definizione

Carica un assembly da un percorso specifico nel disco e vi associa il nome dell'assembly in MetadataLoadContext. Se in MetadataLoadContext è stato precedentemente caricato un assembly con lo stesso nome, verrà restituito l'assembly precedente.

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

Parametri

assemblyPath
String

Oggetto String che rappresenta il percorso dell'assembly.

Restituisce

Istanza di Assembly.

Eccezioni

I due assembly non hanno lo stesso MVID.

Si applica a