IServicedComponentInfo Interface
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Implemented by the ServicedComponent class to obtain information about the component via the GetComponentInfo method.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | GetComponentInfo(Int32%, array<String^>^%) | 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. |
The IServicedComponentInfo interface does not need to be implemented directly in your code. It is used internally by the .NET Framework infrastructure.
The GetComponentInfo method does not appear in the ServicedComponentclass interface. Instead, ServicedComponent explicitly implements IServicedComponentInfo.
.NET Framework
Available since 1.1
Available since 1.1
Show:
