PathAssemblyResolver(IEnumerable<String>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
アセンブリ パス文字列のコレクション。
例外
assemblyPaths
が null
です。
assemblyPaths
のパスの 1 つが無効です。