_ILGenerator Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Penting
API ini bukan kompatibel CLS.
ILGenerator Mengekspos kelas ke kode yang tidak dikelola.
public interface class _ILGenerator
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("A4924B27-6E3B-37F7-9B83-A4501955E6A7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _ILGenerator
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("A4924B27-6E3B-37F7-9B83-A4501955E6A7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _ILGenerator
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("A4924B27-6E3B-37F7-9B83-A4501955E6A7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _ILGenerator = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("A4924B27-6E3B-37F7-9B83-A4501955E6A7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _ILGenerator = interface
Public Interface _ILGenerator
- Turunan
- Atribut
Keterangan
Antarmuka ini untuk akses ke kelas terkelola dari kode yang tidak dikelola dan tidak boleh dipanggil dari kode terkelola.
Metode
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Memetakan sekumpulan nama ke sekumpulan pengidentifikasi pengiriman yang sesuai. |
GetTypeInfo(UInt32, UInt32, IntPtr) |
Mengambil informasi jenis untuk objek, yang dapat digunakan untuk mendapatkan informasi jenis untuk antarmuka. |
GetTypeInfoCount(UInt32) |
Mengambil jumlah antarmuka informasi jenis yang disediakan objek (baik 0 atau 1). |
Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Menyediakan akses ke properti dan metode yang diekspos oleh objek. |