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이 전체 경로가 아닌 경우

적용 대상