IComManagedImportUtil.GetComponentInfo メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

Visual Basic (宣言)

Sub GetComponentInfo ( _ assemblyPath As String, _ ByRef numComponents As String, _ ByRef componentInfo As String _ )

Visual Basic (使用法)

Dim instance As IComManagedImportUtil Dim assemblyPath As String Dim numComponents As String Dim componentInfo As String

instance.GetComponentInfo(assemblyPath, numComponents, componentInfo)

C#

void GetComponentInfo ( string assemblyPath, out string numComponents, out string componentInfo )

C++

void GetComponentInfo ( String^ assemblyPath, [OutAttribute] String^% numComponents, [OutAttribute] String^% componentInfo )

J#

void GetComponentInfo ( String assemblyPath, /** @attribute OutAttribute() / /* @ref / String numComponents, /* @attribute OutAttribute() / /* @ref */ String componentInfo )

JScript

JScript では、値型引数参照渡しされません。

パラメータ

assemblyPath

アセンブリへのパス

numComponents

このメソッド返されるときに、このパラメータアセンブリ内のコンポーネントの数を格納します

componentInfo

このメソッド返されるときに、このパラメータコンポーネントに関する情報格納します

関連項目
IComManagedImportUtil インターフェイス
IComManagedImportUtil メンバ
System.EnterpriseServices.Internal 名前空間