Click or drag to resize

Buffer Constructor

Overload List
  NameDescription
Public methodBuffer(Byte)
Creates a new Buffer describing the entire specified byte array.
Public methodBuffer(Int32)
Creates a new Buffer with a given fixed size.
Public methodBuffer(Buffer)
Creates a new Buffer referencing the same underlying memory byte array as the specified pointer.
Public methodBuffer(Byte, Int32, Int32)
Creates a new Buffer.
Public methodBuffer(Buffer, Int32, Int32)
Creates a new Buffer referencing a subsection of the same underlying memory byte array as the specified pointer.
Top
See Also