IMemoryBlobStreamVariant Interface

Provides access to methods for importing and exporting variants to and from a MemoryBlobStream.

Members

Name Description
Method ExportToVariant Copies the memory to a variant that contains an array of bytes.
Method ImportFromVariant Imports from the array of bytes in the variant.

IMemoryBlobStreamVariant.ExportToVariant Method

Copies the memory to a variant that contains an array of bytes.

Public Sub ExportToVariant ( _
    ByRef Value As Object _
)
public void ExportToVariant (
    ref object Value
);

IMemoryBlobStreamVariant.ImportFromVariant Method

Imports from the array of bytes in the variant.

Public Sub ImportFromVariant ( _
    ByVal Value As Object _
)
public void ImportFromVariant (
    object Value
);

Classes that implement IMemoryBlobStreamVariant

Classes Description
MemoryBlobStream Memory blob stream object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.