IAnalyzerAssemblyLoader.AddDependencyLocation(String) Method

Definition

Adds a file to consider when loading an analyzer or its dependencies.

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

Parameters

fullPath
String

Exceptions

fullPath is null.

fullPath is not a full path.

Applies to