IAnalyzerAssemblyLoader.LoadFromPath(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
디스크의 어셈블리에 대한 전체 경로를 지정하면 해당 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 인스턴스를 반환해야 합니다.