Rediger

Del via


ComVariantMarshaller.RefPropagate Struct

Definition

Marshals a Object to an ComVariant, propagating the value of the Object back to the variant's existing data storage if the variant has VT_BYREF type.

public: value class ComVariantMarshaller::RefPropagate
public struct ComVariantMarshaller.RefPropagate
type ComVariantMarshaller.RefPropagate = struct
Public Structure ComVariantMarshaller.RefPropagate
Inheritance
ComVariantMarshaller.RefPropagate

Methods

Free()

Free all resources owned by the marshaller.

FromManaged(Object)

Initializes the marshaller with a managed object.

FromUnmanaged(ComVariant)

Initializes the marshaller with an unmanaged variant.

ToManaged()

Create the managed value based on the provided unmanaged value.

ToUnmanaged()

Create an unmanaged ComVariant based on the provided managed and unmanaged values.

Applies to