FileSystemStream Dispose Method (Boolean)NFX Class Library

[This is preliminary documentation and is subject to change.]

Releases the unmanaged resources used by the FileSystemStream and optionally releases the managed resources

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: OnlineSystem Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also