Click or drag to resize

AutoResetStreamDispose Method (Boolean)

Releases the unmanaged resources used by the Stream and optionally releases the managed resources.

Namespace:  BionicCode.Utilities.Net.Standard.IO
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.2
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md