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