Click or drag to resize
GDStorageFileOpenReadAsync Method
Opens a random-access stream over the current file for reading file contents.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<IRandomAccessStreamWithContentType> OpenReadAsync()

Return Value

Type: IAsyncOperationIRandomAccessStreamWithContentType
When this method completes, it returns the random-access stream (type IRandomAccessStreamWithContentType).

Implements

IRandomAccessStreamReferenceOpenReadAsync
See Also