WindowsRuntimeStreamExtensions Methods
.NET Framework 4.5
The WindowsRuntimeStreamExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
|
AsInputStream | Converts a managed stream in the .NET for Windows Store apps to an input stream in the Windows Runtime. |
|
AsOutputStream | Converts a managed stream in the .NET for Windows Store apps to an output stream in the Windows Runtime. |
|
AsStream(IRandomAccessStream) | Converts a random access stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps. |
|
AsStream(IRandomAccessStream, Int32) | Converts a random access stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps using the specified buffer size. |
|
AsStreamForRead(IInputStream) | Converts an input stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps. |
|
AsStreamForRead(IInputStream, Int32) | Converts an input stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps using the specified buffer size. |
|
AsStreamForWrite(IOutputStream) | Converts an output stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps. |
|
AsStreamForWrite(IOutputStream, Int32) | Converts an output stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps using the specified buffer size. |