PathAssemblyResolver(IEnumerable<String>) 생성자

정의

PathAssemblyResolver 클래스의 새 인스턴스를 초기화합니다.

public:
 PathAssemblyResolver(System::Collections::Generic::IEnumerable<System::String ^> ^ assemblyPaths);
public PathAssemblyResolver (System.Collections.Generic.IEnumerable<string> assemblyPaths);
new System.Reflection.PathAssemblyResolver : seq<string> -> System.Reflection.PathAssemblyResolver
Public Sub New (assemblyPaths As IEnumerable(Of String))

매개 변수

assemblyPaths
IEnumerable<String>

어셈블리 경로 문자열의 컬렉션입니다.

예외

assemblyPaths이(가) null인 경우

assemblyPaths의 경로 중 하나가 잘못되었습니다.

적용 대상