Bagikan melalui


IServicedComponentInfo Antarmuka

Definisi

Diimplementasikan oleh ServicedComponent kelas untuk mendapatkan informasi tentang komponen melalui GetComponentInfo(Int32, String[]) metode .

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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
Turunan
Atribut

Keterangan

Antarmuka IServicedComponentInfo tidak perlu diimplementasikan langsung dalam kode Anda. Ini digunakan secara internal oleh infrastruktur .NET Framework.

Metode GetComponentInfo tidak muncul di ServicedComponent antarmuka kelas. Sebaliknya, ServicedComponent secara eksplisit mengimplementasikan IServicedComponentInfo.

Metode

GetComponentInfo(Int32, String[])

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

Mendapatkan informasi tertentu tentang ServicedComponent instans kelas.

Berlaku untuk

Lihat juga