IServicedComponentInfo.GetComponentInfo(Int32, String[]) Metoda

Definicja

Uzyskuje pewne informacje o wystąpieniu ServicedComponent klasy.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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())

Parametry

infoMask
Int32

Maska bitowa, w której 0x00000001 jest kluczem identyfikatora procesu składnika usługi, 0x00000002 jest kluczem identyfikatora domeny aplikacji, a 0x00000004 jest kluczem dla zdalnego identyfikatora URI składnika usługi.

infoArray
String[]

Tablica ciągów, która może zawierać dowolne lub wszystkie następujące elementy, w kolejności: identyfikator procesu składnika usługi, identyfikator domeny aplikacji i zdalny identyfikator URI składnika usługi.

Uwagi

Metoda GetComponentInfo nie należy do opublikowanego interfejsu ServicedComponent klasy i nie musi być implementowana w innym miejscu.

Dotyczy