Publish.GacInstall(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將組件 (Assembly) 安裝到全域組件快取中。
public:
virtual void GacInstall(System::String ^ AssemblyPath);
public void GacInstall (string AssemblyPath);
abstract member GacInstall : string -> unit
override this.GacInstall : string -> unit
Public Sub GacInstall (AssemblyPath As String)
參數
- AssemblyPath
- String
組件的檔案系統路徑。
實作
例外狀況
呼叫鏈結中的呼叫端沒有存取 Unmanaged 程式碼的使用權限。