public sealed class SubFileStream : ISupportsBinaryStream,
IDisposablePublic NotInheritable Class SubFileStream
Implements ISupportsBinaryStream, IDisposablepublic ref class SubFileStream sealed : ISupportsBinaryStream,
IDisposableSnapDB.IO.FileStructure.SubFileStream = function();
Type.createClass(
'SnapDB.IO.FileStructure.SubFileStream',
null,
SnapDB.IO.Unmanaged.ISupportsBinaryStream,
IDisposable);| IsDisposed | Determines if the file system has been disposed yet. |
| IsReadOnly | Gets if this file was opened in readonly mode. |
| RemainingSupportedIoSessions | Gets the number of available simultaneous read/write sessions. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |