Bagikan melalui


EnumBuilder.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

Jenis antarmuka tempat pemetaan antarmuka akan diambil.

Mengembalikan

Pemetaan antarmuka yang diminta.

Atribut

Pengecualian

Jenis tidak mengimplementasikan antarmuka.

Keterangan

Sebagai solusinya, untuk mengambil jenis pemetaan antarmuka dari jenis jadi, ambil jenis menggunakan Type.GetType atau Assembly.GetType dan gunakan pantulan pada jenis yang diambil.

Berlaku untuk