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.
This topic has not yet been rated - Rate this topic

WindowsRuntimeStreamExtensions.AsStream Method

.NET Framework 4.5

Converts a random access stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member AsStream(IRandomAccessStream) Converts a random access stream in the Windows Runtime to a managed stream in the .NET for Windows Store apps.
Public method Static member 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.
Top
© 2013 Microsoft. All rights reserved.