Sdílet prostřednictvím


ComVariantMarshaller Třída

Definice

Zařadí Object do ComVariant.

public ref class ComVariantMarshaller abstract sealed
[System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Object), System.Runtime.InteropServices.Marshalling.MarshalMode.Default, typeof(System.Runtime.InteropServices.Marshalling.ComVariantMarshaller))]
[System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Object), System.Runtime.InteropServices.Marshalling.MarshalMode.UnmanagedToManagedRef, typeof(System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate))]
public static class ComVariantMarshaller
[<System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Object), System.Runtime.InteropServices.Marshalling.MarshalMode.Default, typeof(System.Runtime.InteropServices.Marshalling.ComVariantMarshaller))>]
[<System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Object), System.Runtime.InteropServices.Marshalling.MarshalMode.UnmanagedToManagedRef, typeof(System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate))>]
type ComVariantMarshaller = class
Public Class ComVariantMarshaller
Dědičnost
ComVariantMarshaller
Atributy

Poznámky

Podporuje stejné typy jako Create<T>(T) i všechny typy s GeneratedComClassAttribute použitými.

Metody

ConvertToManaged(ComVariant)

Převede nespravovaný ComVariant na spravovaný objekt.

ConvertToUnmanaged(Object)

Převede spravovaný objekt na nespravovaný ComVariant.

Free(ComVariant)

Odstraní nespravovaný ComVariant.

Platí pro