public class BlockArgumentsPublic Class BlockArgumentspublic ref class BlockArgumentsSnapDB.IO.Unmanaged.BlockArguments = function();
Type.createClass(
'SnapDB.IO.Unmanaged.BlockArguments');| BlockArguments | Initializes a new instance of the BlockArguments class |
| 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) |
| 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) |
| FirstPointer | The pointer for the first byte of the block. |
| FirstPosition | The position that corresponds to FirstPointer. |
| IsWriting | Indicates if the stream plans to write to this block. |
| Length | The length of the block. |
| Position | The block returned must contain this position. |
| SupportsWriting | Notifies the calling class if this block supports writing without requiring this function to be called again if IsWriting was set to false. |