Bagikan melalui


TypeBuilder.GetInterfaceMap(Type) Metode

Definisi

Mengembalikan pemetaan antarmuka untuk antarmuka yang diminta.

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 tempat pemetaan akan diambil.

Mengembalikan

Mengembalikan pemetaan antarmuka yang diminta.

Atribut

Pengecualian

Metode ini tidak diimplementasikan untuk jenis yang tidak lengkap.

Keterangan

Ambil jenis menggunakan Type.GetType atau Assembly.GetType dan gunakan pantulan pada jenis yang diambil.

Berlaku untuk