다음을 통해 공유


MetadataLoadContext.LoadFromAssemblyPath(String) 메서드

정의

디스크의 특정 경로에서 어셈블리를 로드하고 해당 어셈블리 이름을 MetadataLoadContext에 바인딩합니다. 동일한 이름의 이전 어셈블리가 MetadataLoadContext에 이미 로드된 경우 이전 어셈블리가 반환됩니다.

public:
 System::Reflection::Assembly ^ LoadFromAssemblyPath(System::String ^ assemblyPath);
public System.Reflection.Assembly LoadFromAssemblyPath (string assemblyPath);
member this.LoadFromAssemblyPath : string -> System.Reflection.Assembly
Public Function LoadFromAssemblyPath (assemblyPath As String) As Assembly

매개 변수

assemblyPath
String

어셈블리의 경로를 나타내는 String입니다.

반환

Assembly 인스턴스입니다.

예외

두 어셈블리는 동일한 Mvid를 가지고 있지 않습니다.

적용 대상