IServicedComponentInfo::GetComponentInfo Method (Int32%, array<String^>^%)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Obtains certain information about the ServicedComponent class instance.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Parameters
- infoMask
-
Type:
System::Int32%
A bitmask where 0x00000001 is a key for the serviced component's process ID, 0x00000002 is a key for the application domain ID, and 0x00000004 is a key for the serviced component's remote URI.
- infoArray
-
Type:
array<System::String^>^%
A string array that may contain any or all of the following, in order: the serviced component's process ID, the application domain ID, and the serviced component's remote URI.
The GetComponentInfo method does not belong to the published interface of the ServicedComponent class and does not need to be implemented elsewhere.
.NET Framework
Available since 1.1
Available since 1.1
Show: