ComInterfaceMarshaller<T> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wichtig
Diese API ist nicht CLS-kompatibel.
Marshallt eine COM-Schnittstelle mithilfe eines StrategyBasedComWrappers instance.
generic <typename T>
public ref class ComInterfaceMarshaller abstract sealed
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute+GenericPlaceholder), System.Runtime.InteropServices.Marshalling.MarshalMode.Default, typeof(System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<>))]
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public static class ComInterfaceMarshaller<T>
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Runtime.InteropServices.Marshalling.CustomMarshallerAttribute+GenericPlaceholder), System.Runtime.InteropServices.Marshalling.MarshalMode.Default, typeof(System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<>))>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
type ComInterfaceMarshaller<'T> = class
Public Class ComInterfaceMarshaller(Of T)
Typparameter
- T
Der verwaltete Typ, der einen COM-Schnittstellentyp darstellt
- Vererbung
-
ComInterfaceMarshaller<T>
- Attribute
Hinweise
Dieser Marshaller übergibt immer das Unwrap Flag an GetOrCreateObjectForComInstance(IntPtr, CreateObjectFlags).
Methoden
ConvertToManaged(Void*) |
Konvertiert einen COM-Schnittstellenzeiger in ein verwaltetes Objekt. |
ConvertToUnmanaged(T) |
Konvertiert ein verwaltetes Objekt in einen COM-Schnittstellenzeiger für die COM-Schnittstelle, die durch dargestellt wird |
Free(Void*) |
Gibt einen Verweis auf den COM-Schnittstellenzeiger frei. |