IServicedComponentInfo.GetComponentInfo(Int32, String[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取关于 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 不需要在其他位置实现。