TypeDelegator.GetInterfaceMap(Type) Metode

Definisi

Mengembalikan pemetaan antarmuka untuk jenis antarmuka yang ditentukan.

public:
 override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

Parameter

interfaceType
Type

Antarmuka Type untuk mengambil pemetaan.

Mengembalikan

Objek InterfaceMapping yang mewakili pemetaan antarmuka untuk interfaceType.

Atribut

Keterangan

Peta antarmuka menunjukkan bagaimana antarmuka dipetakan ke dalam metode aktual pada kelas yang mengimplementasikan antarmuka tersebut.

Berlaku untuk

Lihat juga