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
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()