_Module Schnittstelle

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Macht die Module-Klasse für nicht verwalteten Code verfügbar.

public interface class _Module
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _Module
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _Module
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _Module = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("D002E9BA-D9E3-3749-B1D3-D565A08B13E7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _Module = interface
Public Interface _Module
Abgeleitet
Attribute

Hinweise

Diese Schnittstelle eignet sich für den Zugriff auf verwaltete Klassen aus nicht verwaltetem Code und sollte nicht aus verwaltetem Code aufgerufen werden.

Methoden

GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Ordnet eine Reihe von Namen einer entsprechenden Reihe von Dispatchbezeichnern zu.

GetTypeInfo(UInt32, UInt32, IntPtr)

Ruft die Typinformationen für ein Objekt ab, mit deren Hilfe die Typinformationen für eine Schnittstelle abgerufen werden können.

GetTypeInfoCount(UInt32)

Ruft die Anzahl der Schnittstellen mit Typinformationen ab, die von einem Objekt bereitgestellt werden (0 oder 1).

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

Stellt den Zugriff auf von einem Objekt verfügbar gemachte Eigenschaften und Methoden bereit.

Gilt für