PathAssemblyResolver(IEnumerable<String>) Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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á.