Share via


IAnalyzerAssemblyLoader.LoadFromPath(String) Método

Definición

Dada la ruta de acceso completa a un ensamblado en el disco, carga y devuelve el objeto correspondiente 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

Devoluciones

Excepciones

fullPath es null.

fullPath no es una ruta de acceso completa.

Comentarios

Varias llamadas con la misma ruta de acceso deben devolver la misma Assembly instancia.

Se aplica a