MemoryFileSystemProvider.Dispose Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting resources. Inherited from FileSystemProvider.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Releases the resources used by the FileSystemProvider. Inherited from FileSystemProvider.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
Boolean | disposing | true to release both managed and unmanaged resources; false to release only unmanaged resources. |