OffsetBufferT Methods |
The OffsetBufferT generic type exposes the following members.
Name | Description | |
---|---|---|
AppendToFile | ||
CopyFrom |
Copies elements into local buffer.
| |
DeepCopy |
Creates a deep copy of the current object.
| |
ExtractArray |
Extracts the underlying buffer into a new array.
| |
ExtractArray(Int32, Int32) |
Extracts array from Buffer by creating a copy.
| |
GetArrayLength | ||
Lock |
Locks this object instance against the ILockableOperationProvider.
(Inherited from LockableOperationClient.) | |
Pin | Pins the managed handle of Array with respect to Offset. | |
Pop | ||
Push | ||
SaveToFile |
Saves contents of OffsetBuffer to a file.
| |
ToMemoryStream |
Creates a MemoryStream object from the contents of OffsetBuffer. If T is not of type byte,
an intermediate buffer is created.
| |
ToString |
Convert this instance into a string representation.
(Overrides ObjectToString.) | |
TryUnlock |
Unlocks this object instance against the ILockableOperationProvider passed by Lock.
(Inherited from LockableOperationClient.) | |
Unlock |
Unlocks this object instance against the ILockableOperationProvider passed by Lock.
This method throws an exception in case the client object is not locked.
(Inherited from LockableOperationClient.) | |
Unpin |
Unpins managed handle of Array.
|
Name | Description | |
---|---|---|
Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |