AssemblyLoadContext.LoadFromAssemblyPath(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
載入指定路徑上組件檔案的內容。
public:
System::Reflection::Assembly ^ LoadFromAssemblyPath(System::String ^ assemblyPath);
public System.Reflection.Assembly LoadFromAssemblyPath (string assemblyPath);
member this.LoadFromAssemblyPath : string -> System.Reflection.Assembly
Public Function LoadFromAssemblyPath (assemblyPath As String) As Assembly
參數
- assemblyPath
- String
要載入的完整檔案路徑。
傳回
載入的組件。
例外狀況
assemblyPath
引數不是絕對路徑。
assemblyPath
引數為 null
。
無法載入找到的檔案。
自 assemblyPath
變數是空字串 (“”) 或不存在。
自 assemblyPath
變數不是有效的元件。