IServicedComponentInfo.GetComponentInfo Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Obtains certain information about the ServicedComponent class instance.
Namespace: System.EnterpriseServicesAssembly: System.EnterpriseServices (in system.enterpriseservices.dll)
void GetComponentInfo ( /** @ref */ int infoMask, /** @attribute OutAttribute() */ /** @ref */ String[] infoArray )
Not applicable.
Parameters
- infoMask
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
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.
Community Additions
ADD
Show: