Share via


IAnalyzerAssemblyLoader.AddDependencyLocation(String) Método

Definición

Agrega un archivo que se debe tener en cuenta al cargar un analizador o sus dependencias.

public:
 void AddDependencyLocation(System::String ^ fullPath);
public void AddDependencyLocation (string fullPath);
abstract member AddDependencyLocation : string -> unit
Public Sub AddDependencyLocation (fullPath As String)

Parámetros

fullPath
String

Excepciones

fullPath es null.

fullPath no es una ruta de acceso completa.

Se aplica a