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 場所に実装する必要はありません。

適用対象