UnmanagedMemoryStream Constructor
.NET Framework 4.5
Initializes a new instance of the UnmanagedMemoryStream class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UnmanagedMemoryStream() | Initializes a new instance of the UnmanagedMemoryStream class. |
|
UnmanagedMemoryStream(Byte*, Int64) | Initializes a new instance of the UnmanagedMemoryStream class using the specified location and memory length. |
|
UnmanagedMemoryStream(SafeBuffer, Int64, Int64) | Initializes a new instance of the UnmanagedMemoryStream class in a safe buffer with a specified offset and 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. |
|
UnmanagedMemoryStream(SafeBuffer, Int64, Int64, FileAccess) | Initializes a new instance of the UnmanagedMemoryStream class in a safe buffer with a specified offset, length, and file access. |