ServicedComponent.IServicedComponentInfo.GetComponentInfo メソッド

定義

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

 virtual void System.EnterpriseServices.IServicedComponentInfo.GetComponentInfo(int % infoMask, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % infoArray) = System::EnterpriseServices::IServicedComponentInfo::GetComponentInfo;
void IServicedComponentInfo.GetComponentInfo (ref int infoMask, out string[] infoArray);
abstract member System.EnterpriseServices.IServicedComponentInfo.GetComponentInfo : int * String[] -> unit
override this.System.EnterpriseServices.IServicedComponentInfo.GetComponentInfo : int * String[] -> unit
Sub GetComponentInfo (ByRef infoMask As Integer, ByRef infoArray As String()) Implements IServicedComponentInfo.GetComponentInfo

パラメーター

infoMask
Int32

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

infoArray
String[]

サービス コンポーネントのプロセス ID、アプリケーション ドメイン ID、サービス コンポーネントのリモート URI のいずれか、またはすべてをこの順番で格納できる文字列配列。

実装

注釈

このメソッドは GetComponentInfo 、クラスのパブリッシュされたインターフェイスに属していないため、他の ServicedComponent 場所で実装する必要はありません。

適用対象