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 クラスの発行済みインターフェイスに属していないため、他の場所で実装する必要はありません。

適用対象