AssemblyLoadContext.LoadFromAssemblyPath(String) Método

Definição

Carrega o conteúdo de um arquivo do assembly no caminho especificado.

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

Parâmetros

assemblyPath
String

O caminho totalmente qualificado do arquivo a ser carregado.

Retornos

O assembly carregado.

Exceções

O argumento assemblyPath não é um caminho absoluto.

O argumento assemblyPath é null.

Não foi possível carregar um arquivo que foi encontrado.

O assemblyPath argumento é uma cadeia de caracteres vazia ("") ou não existe.

O assemblyPath argumento não é um assembly válido.

Aplica-se a

Confira também