IServicedComponentInfo Interface
.NET Framework 3.0
This interface supports the .NET Framework 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.
Namespace: System.EnterpriseServicesAssembly: System.EnterpriseServices (in system.enterpriseservices.dll)
[GuidAttribute("8165B19E-8D3A-4d0b-80C8-97DE310DB583")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] public interface IServicedComponentInfo
/** @attribute GuidAttribute("8165B19E-8D3A-4d0b-80C8-97DE310DB583") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface IServicedComponentInfo
GuidAttribute("8165B19E-8D3A-4d0b-80C8-97DE310DB583") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) public interface IServicedComponentInfo
Not applicable.
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.
Community Additions
ADD
Show: