Windows apps
Collapse the table of content
Expand the table of content
Information
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 Constructor

 

Initializes a new instance of the UnmanagedMemoryStream class.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_protmethodUnmanagedMemoryStream()

Initializes a new instance of the UnmanagedMemoryStream class.

System_CAPS_pubmethodUnmanagedMemoryStream(Byte*, Int64)

Initializes a new instance of the UnmanagedMemoryStream class using the specified location and memory length.

System_CAPS_pubmethodUnmanagedMemoryStream(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.

System_CAPS_pubmethodUnmanagedMemoryStream(SafeBuffer^, Int64, Int64)

Initializes a new instance of the UnmanagedMemoryStream class in a safe buffer with a specified offset and length.

System_CAPS_pubmethodUnmanagedMemoryStream(SafeBuffer^, Int64, Int64, FileAccess)

Initializes a new instance of the UnmanagedMemoryStream class in a safe buffer with a specified offset, length, and file access.

Return to top
Show:
© 2017 Microsoft