| SoMemoryBuffer Constructor |
| Name | Description | |
|---|---|---|
| SoMemoryBuffer | Default constructor. | |
| SoMemoryBuffer(String, UInt64) | Calls SoMemoryBuffer(data, size, System.Convert.ToUInt64(1), (System.String ^)nullptr). | |
| SoMemoryBuffer(String, UInt64, UInt64) | Calls SoMemoryBuffer(data, size, nbElement, (System.String ^)nullptr). | |
| SoMemoryBuffer(String, UInt64, UInt64, String) | constructor form a user memory area |