_ModuleBuilder Interfaccia

Definizione

Importante

Questa API non è conforme a CLS.

Espone la ModuleBuilder classe a codice non gestito.

public interface class _ModuleBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("D05FFA9A-04AF-3519-8EE1-8D93AD73430B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _ModuleBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("D05FFA9A-04AF-3519-8EE1-8D93AD73430B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _ModuleBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("D05FFA9A-04AF-3519-8EE1-8D93AD73430B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _ModuleBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("D05FFA9A-04AF-3519-8EE1-8D93AD73430B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _ModuleBuilder = interface
Public Interface _ModuleBuilder
Derivato
Attributi

Commenti

Questa interfaccia è destinata all'accesso alle classi gestite da codice non gestito e non deve essere chiamata dal codice gestito.

Metodi

Nome Descrizione
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Esegue il mapping di un set di nomi a un set corrispondente di identificatori dispatch.

GetTypeInfo(UInt32, UInt32, IntPtr)

Recupera le informazioni sul tipo per un oggetto, che può essere utilizzato per ottenere le informazioni sul tipo per un'interfaccia.

GetTypeInfoCount(UInt32)

Recupera il numero di interfacce di informazioni sul tipo fornite da un oggetto (0 o 1).

Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

Fornisce l'accesso alle proprietà e ai metodi esposti da un oggetto .

Si applica a