PathAssemblyResolver(IEnumerable<String>) Constructeur

Définition

Initialise une nouvelle instance de la classe 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))

Paramètres

assemblyPaths
IEnumerable<String>

Collection de chaînes de chemin d’assembly.

Exceptions

assemblyPaths a la valeur null.

L’un des chemins d’accès n’est assemblyPaths pas valide.

S’applique à