IServicedComponentInfo Interface

Definition

Implemented by the ServicedComponent class to obtain information about the component via the GetComponentInfo(Int32, String[]) method.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IServicedComponentInfo
[System.Runtime.InteropServices.Guid("8165B19E-8D3A-4d0b-80C8-97DE310DB583")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IServicedComponentInfo
[<System.Runtime.InteropServices.Guid("8165B19E-8D3A-4d0b-80C8-97DE310DB583")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IServicedComponentInfo = interface
Public Interface IServicedComponentInfo
Derived
Attributes

Remarks

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 ServicedComponent class interface. Instead, ServicedComponent explicitly implements IServicedComponentInfo.

Methods

GetComponentInfo(Int32, 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.

Applies to

See also