ComInterfaceMarshaller<T> Klass

Definition

Viktigt!

Detta API uppfyller inte CLS.

Konverterar ett COM-gränssnitt med hjälp av en StrategyBasedComWrappers instans.

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)

Typparametrar

T

Den hanterade typen som representerar en COM-gränssnittstyp

Arv
ComInterfaceMarshaller<T>
Attribut

Kommentarer

Den här marshallern skickar Unwrap alltid flaggan till GetOrCreateObjectForComInstance(IntPtr, CreateObjectFlags).

Metoder

Name Description
ConvertToManaged(Void*)

Konverterar en COM-gränssnittspekare till ett hanterat objekt.

ConvertToUnmanaged(T)

Konverterar ett hanterat objekt till en COM-gränssnittspekare för COM-gränssnittet som representeras av T.

Free(Void*)

Släpper en referens till COM-gränssnittspekaren.

Gäller för