IServicedComponentInfo.GetComponentInfo(Int32, String[]) メソッド

定義

ServicedComponent クラス インスタンスに関する特定の情報を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 void GetComponentInfo(int % infoMask, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % infoArray);
public void GetComponentInfo(ref int infoMask, out string[] infoArray);
abstract member GetComponentInfo : int * String[] -> unit
Public Sub GetComponentInfo (ByRef infoMask As Integer, ByRef infoArray As String())

パラメーター

infoMask
Int32

0x00000001がサービス コンポーネントのプロセス ID のキーであり、0x00000002がアプリケーション ドメイン ID のキーであり、0x00000004がサービス コンポーネントのリモート URI のキーであるビットマスク。

infoArray
String[]

サービス コンポーネントのプロセス ID、アプリケーション ドメイン ID、およびサービス コンポーネントのリモート URI の順序で、次のいずれかまたはすべてを含む文字列配列。

注釈

GetComponentInfo メソッドは、ServicedComponent クラスの発行済みインターフェイスに属していないため、他の場所で実装する必要はありません。

適用対象