ComManagedImportUtil.GetComponentInfo(String, String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從組件 (Assembly) 取得元件資訊。
public:
virtual void GetComponentInfo(System::String ^ assemblyPath, [Runtime::InteropServices::Out] System::String ^ % numComponents, [Runtime::InteropServices::Out] System::String ^ % componentInfo);
public void GetComponentInfo (string assemblyPath, out string numComponents, out string componentInfo);
abstract member GetComponentInfo : string * string * string -> unit
override this.GetComponentInfo : string * string * string -> unit
Public Sub GetComponentInfo (assemblyPath As String, ByRef numComponents As String, ByRef componentInfo As String)
參數
- assemblyPath
- String
組件的路徑。
- numComponents
- String
當這個方法傳回時,這個參數會包含組件中的元件數目。
- componentInfo
- String
當這個方法傳回時,這個參數會包含元件的相關資訊。
實作
例外狀況
呼叫端沒有必要的權限。
assemblyPath
為 null
。
assemblyPath
包含冒號 (":")。
指定的路徑、檔案名稱,或兩者都超出系統定義的長度上限。
備註
COM+ 目錄會呼叫這個方法,以在註冊 DLL 之前,先識別 (CLSID) 和 DLL 中元件的 ProgID 類別識別碼。