WindowsRuntimeBufferExtensions::GetWindowsRuntimeBuffer Method
.NET Framework (current version)
Returns a Windows.Storage.Streams.IBuffer interface that represents the same memory as a specified memory stream.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GetWindowsRuntimeBuffer(MemoryStream) | Returns a Windows.Storage.Streams.IBuffer interface that represents the same memory as the specified memory stream. |
|
GetWindowsRuntimeBuffer(MemoryStream, Int32, Int32) | Returns a Windows.Storage.Streams.IBuffer interface that represents a region within the memory that the specified memory stream represents. |
Show: