This topic has not yet been rated - Rate this topic

UnmanagedMemoryStream Constructor

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.