AssemblyLoadContext.LoadFromAssemblyPath(String) Metoda

Definice

Načte obsah souboru sestavení na zadanou cestu.

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

Parametry

assemblyPath
String

Plně kvalifikovaná cesta k souboru, který se má načíst.

Návraty

Načtení sestavení.

Výjimky

Argument assemblyPath není absolutní cestou.

Argument assemblyPath je null.

Nalezený soubor nelze načíst.

Argument assemblyPath je prázdný řetězec ("") nebo neexistuje.

Argument assemblyPath není platné sestavení.

Platí pro

Viz také