Click or drag to resize

Buffer Properties

The Buffer type exposes the following members.

Properties
  NameDescription
Public propertyData
The underlying memory byte array.
Public propertyFrom
Index into Data of the first byte in the Buffer.
Public propertyItem
Indexer
Public propertyLength
The number of bytes being referenced by this Buffer.
Public propertyTo
Returns the index into Data of the first byte after the Buffer.
Top
See Also