Table of Contents

Method Dispose

Namespace
WhalesSecret.TradeScriptLib.Entities
Assembly
WhalesSecret.TradeScriptLib.dll

Dispose(bool)

Frees resources used by the object. Both kinds of resources managed and unmanaged are freed based on whether the method is called from Dispose() or not.

Clears underlying byte array to make it harder to read data from memory.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

true if the method is called from Dispose(), false otherwise.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()