Aracılığıyla paylaş


ComInterfaceMarshaller<T> Sınıf

Tanım

Önemli

Bu API, CLS uyumlu değildir.

Örnek kullanarak StrategyBasedComWrappers bir COM arabirimini sıralar.

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)

Tür Parametreleri

T

COM arabirim türünü temsil eden yönetilen tür

Devralma
ComInterfaceMarshaller<T>
Öznitelikler

Açıklamalar

Bu marshaller her zaman bayrağını Unwrap 'ye GetOrCreateObjectForComInstance(IntPtr, CreateObjectFlags)geçirir.

Yöntemler

ConvertToManaged(Void*)

COM arabirim işaretçisini yönetilen bir nesneye dönüştürür.

ConvertToUnmanaged(T)

tarafından Ttemsil edilen COM arabirimi için yönetilen nesneyi COM arabirim işaretçisine dönüştürür.

Free(Void*)

COM arabirim işaretçisine bir başvuru yayınlar.

Şunlara uygulanır