PathAssemblyResolver(IEnumerable<String>) Konstruktor

Definition

Initierar en ny instans av PathAssemblyResolver klassen.

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))

Parametrar

assemblyPaths
IEnumerable<String>

En samling sammansättningssökvägssträngar.

Undantag

assemblyPaths är null.

En av sökvägarna i assemblyPaths är ogiltig.

Gäller för