PathAssemblyResolver(IEnumerable<String>) Konstruktor

Definice

Inicializuje novou instanci PathAssemblyResolver třídy.

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>

Kolekce řetězců cest sestavení.

Výjimky

assemblyPaths je null.

Jedna z cest v souboru assemblyPaths je neplatná.

Platí pro