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 已发布接口,不需要在其他位置实现。

适用于