다음을 통해 공유


IAnalyzerAssemblyLoader.LoadFromPath(String) 메서드

정의

디스크의 어셈블리에 대한 전체 경로를 지정하면 해당 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

매개 변수

fullPath
String

반환

예외

fullPath가 null입니다.

fullPath이 전체 경로가 아닌 경우

설명

경로가 같은 여러 호출은 동일한 Assembly 인스턴스를 반환해야 합니다.

적용 대상