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
中的一個路徑無效。