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 — ключ для идентификатора обслуживаемого компонента, 0x00000002 — ключ для идентификатора домена приложения, а 0x00000004 — ключ для удаленного URI обслуживаемого компонента.

infoArray
String[]

Строковый массив, который может содержать любые или все из следующих элементов: идентификатор процесса обслуживаемого компонента, идентификатор домена приложения и удаленный URI обслуживаемого компонента.

Реализации

Комментарии

Метод GetComponentInfo не принадлежит к опубликованному интерфейсу ServicedComponent класса и не требует реализации в другом месте.

Применяется к