UnmanagedMemoryStream Constructor
Initializes a new instance of the UnmanagedMemoryStream class.
Assembly: mscorlib (in mscorlib.dll)
| 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(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) | Initializes a new instance of the UnmanagedMemoryStream class in a safe buffer with a specified offset and length. |
![]() | 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. |

