IComManagedImportUtil.GetComponentInfo メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
Sub GetComponentInfo ( _ assemblyPath As String, _ ByRef numComponents As String, _ ByRef componentInfo As String _ )
Dim instance As IComManagedImportUtil Dim assemblyPath As String Dim numComponents As String Dim componentInfo As String
instance.GetComponentInfo(assemblyPath, numComponents, componentInfo)
void GetComponentInfo ( string assemblyPath, out string numComponents, out string componentInfo )
void GetComponentInfo ( String^ assemblyPath, [OutAttribute] String^% numComponents, [OutAttribute] String^% componentInfo )
void GetComponentInfo ( String assemblyPath, /** @attribute OutAttribute() / /* @ref / String numComponents, /* @attribute OutAttribute() / /* @ref */ String componentInfo )
assemblyPath
numComponents
このメソッドが返されるときに、このパラメータにアセンブリ内のコンポーネントの数を格納します。
componentInfo
このメソッドが返されるときに、このパラメータにコンポーネントに関する情報を格納します。
関連項目
IComManagedImportUtil インターフェイス
IComManagedImportUtil メンバ
System.EnterpriseServices.Internal 名前空間