The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UnmanagedMemoryStream::Initialize Method
.NET Framework (current version)
Initializes a new instance of the UnmanagedMemoryStream class in a safe buffer, or by using a pointer to an unmanaged memory location.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Initialize(Byte*, Int64, Int64, FileAccess) | Initializes a new instance of the UnmanagedMemoryStream class by using a pointer to an unmanaged memory location. |
![]() | Initialize(SafeBuffer^, Int64, Int64, FileAccess) | Initializes a new instance of the UnmanagedMemoryStream class in a safe buffer with a specified offset, length, and file access. |
Show:
