MetadataLoadContext.LoadFromAssemblyPath(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從磁碟上的指定路徑載入組件,並在 MetadataLoadContext 中將其組件名稱繫結到它。 若具有相同名稱的先前組件已載入到 MetadataLoadContext,將會傳回先前的組件。
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
參數
傳回
Assembly 執行個體。
例外狀況
兩個組件沒有相同的 Mvid。