ServicedComponent.IServicedComponentInfo.GetComponentInfo Méthode

Définition

Obtient certaines informations sur l’instance de ServicedComponent classe.

 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

Paramètres

infoMask
Int32

Masque de bits où 0x00000001 est une clé pour l’ID de processus du composant service, 0x00000002 est une clé pour l’ID de domaine d’application et 0x00000004 est une clé pour l’URI distant du composant serviced.

infoArray
String[]

Tableau de chaînes qui peut contenir tout ou partie des éléments suivants, dans l’ordre : l’ID de processus du composant service, l’ID de domaine d’application et l’URI distant du composant service.

Implémente

Remarques

La GetComponentInfo méthode n’appartient pas à l’interface publiée de la ServicedComponent classe et n’a pas besoin d’être implémentée ailleurs.

S’applique à