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

適用於