ServicedComponent.IServicedComponentInfo.GetComponentInfo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 場所で実装する必要はありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET