Share via


IMarshal2.ReleaseMarshalData Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub ReleaseMarshalData ( _
    pstm As IStream _
)
void ReleaseMarshalData(
    IStream pstm
)
void ReleaseMarshalData(
    [InAttribute] IStream^ pstm
)
abstract ReleaseMarshalData : 
        pstm:IStream -> unit
function ReleaseMarshalData(
    pstm : IStream
)

Parameters

.NET Framework Security

See Also

Reference

IMarshal2 Interface

Microsoft.VisualStudio.OLE.Interop Namespace