UnmanagedMemoryStream Constructor
.NET Framework 2.0
Initializes a new instance of the UnmanagedMemoryStream class.
| Name | Description |
|---|---|
| UnmanagedMemoryStream () | Initializes a new, empty instance of the UnmanagedMemoryStream class. |
| UnmanagedMemoryStream (Byte*, Int64) | Initializes a new instance of the UnmanagedMemoryStream class using the specified location and memory length. |
| UnmanagedMemoryStream (Byte*, Int64, Int64, FileAccess) | Initializes a new instance of the UnmanagedMemoryStream class using the specified location, memory length, total amount of memory, and file access values. |