Compartilhar via


IAnalyzerAssemblyLoader.LoadFromPath(String) Método

Definição

Dado o caminho completo para um assembly em disco, carrega e retorna o objeto correspondente Assembly .

public:
 System::Reflection::Assembly ^ LoadFromPath(System::String ^ fullPath);
public System.Reflection.Assembly LoadFromPath (string fullPath);
abstract member LoadFromPath : string -> System.Reflection.Assembly
Public Function LoadFromPath (fullPath As String) As Assembly

Parâmetros

fullPath
String

Retornos

Exceções

fullPath é nulo.

fullPath não é um caminho completo.

Comentários

Várias chamadas com o mesmo caminho devem retornar a mesma Assembly instância.

Aplica-se a