IAnalyzerAssemblyLoader.AddDependencyLocation(String) メソッド

定義

アナライザーまたはその依存関係を読み込むときに考慮するファイルを追加します。

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

パラメーター

fullPath
String

例外

fullPath が null です。

fullPath が完全パスではありません。

適用対象