PathAssemblyResolver(IEnumerable<String>) コンストラクター

定義

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

パラメーター

assemblyPaths
IEnumerable<String>

アセンブリ パス文字列のコレクション。

例外

assemblyPathsnullです。

assemblyPaths のパスの 1 つが無効です。

適用対象