PathAssemblyResolver(IEnumerable<String>) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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))

Parametry

assemblyPaths
IEnumerable<String>

Kolekcja ciągów ścieżki zestawu.

Wyjątki

assemblyPaths to null.

Jedna ze ścieżek w pliku assemblyPaths jest nieprawidłowa.

Dotyczy