ComInterfaceMarshaller<T> Classe

Definição

Importante

Esta API não está em conformidade com CLS.

Faz marshaling de uma interface COM usando uma StrategyBasedComWrappers instância.

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)

Parâmetros de tipo

T

O tipo gerenciado que representa um tipo de interface COM

Herança
ComInterfaceMarshaller<T>
Atributos

Comentários

Esse marshaller sempre passa o Unwrap sinalizador para GetOrCreateObjectForComInstance(IntPtr, CreateObjectFlags).

Métodos

ConvertToManaged(Void*)

Converte um ponteiro de interface COM em um objeto gerenciado.

ConvertToUnmanaged(T)

Converte um objeto gerenciado em um ponteiro de interface COM para a interface COM representada por T.

Free(Void*)

Libera uma referência ao ponteiro da interface COM.

Aplica-se a