Click or drag to resize
SoMemoryBuffer Class
Inheritance Hierarchy

Namespace: OIV.ScaleViz.Misc
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class SoMemoryBuffer : SoNetBase

The SoMemoryBuffer type exposes the following members.

Constructors
  NameDescription
Public methodSoMemoryBuffer

Default constructor.

Public methodSoMemoryBuffer(String, UInt64)
Calls SoMemoryBuffer(data, size, System.Convert.ToUInt64(1), (System.String ^)nullptr).
Public methodSoMemoryBuffer(String, UInt64, UInt64)
Calls SoMemoryBuffer(data, size, nbElement, (System.String ^)nullptr).
Public methodSoMemoryBuffer(String, UInt64, UInt64, String)

constructor form a user memory area

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetExternalPointer

Returns external pointer attached to this buffer.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetLongNbElement Obsolete.

Returns number of element.

Public methodGetLongSize Obsolete.

Returns size in bytes.

Public methodGetNbElement

Returns number of element.

Public methodGetPointer

Returns direct pointer to data.

Public methodGetSize

Returns size in bytes.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetSize(UInt64)
Calls SetSize(size, System.Convert.ToUInt64(1)).
Public methodSetSize(UInt64, UInt64)

setup functions

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks