Share via


ConverterWriter.Dispose method

The Dispose method releases the unmanaged resources that are used by the ConverterWriter and optionally releases the managed resources.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Protected Overrides Sub Dispose ( _
    disposing As Boolean _
)
'Usage
Dim disposing As Boolean

Me.Dispose(disposing)
protected override void Dispose(
    bool disposing
)

Parameters

  • disposing
    Type: System.Boolean

    Set the value to true to release both managed and unmanaged resources. Set the value to false to release only unmanaged resources.

See also

Reference

ConverterWriter class

ConverterWriter members

Microsoft.Exchange.Data.TextConverters namespace