public abstract class BinaryStreamIoSessionBase : IDisposablePublic MustInherit Class BinaryStreamIoSessionBase
Implements IDisposablepublic ref class BinaryStreamIoSessionBase abstract : IDisposableSnapDB.IO.Unmanaged.BinaryStreamIoSessionBase = function();
Type.createClass(
'SnapDB.IO.Unmanaged.BinaryStreamIoSessionBase',
null,
IDisposable);| BinaryStreamIoSessionBase | Initializes a new instance of the BinaryStreamIoSessionBase class |
| IsDisposed | Gets if the object has been disposed. |
| Clear | Sets the current usage of the BinaryStreamIoSessionBase to null. |
| Dispose | Releases all the resources used by the BinaryStreamIoSessionBase object. |
| Dispose(Boolean) | Releases the unmanaged resources used by the BinaryStreamIoSessionBase object and optionally releases the managed resources. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetBlock | Gets a block for the following I/O session. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |