IIsolatedStorageFile.OpenFileAsync Method

Definition

Overloads

OpenFileAsync(String, FileMode, FileAccess)

For internal use by the Xamarin.Forms platform.

OpenFileAsync(String, FileMode, FileAccess, FileShare)

For internal use by the Xamarin.Forms platform.

OpenFileAsync(String, FileMode, FileAccess)

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task<System.IO.Stream> OpenFileAsync (string path, System.IO.FileMode mode, System.IO.FileAccess access);
abstract member OpenFileAsync : string * System.IO.FileMode * System.IO.FileAccess -> System.Threading.Tasks.Task<System.IO.Stream>

Parameters

path
String

For internal use by the Xamarin.Forms platform.

mode
FileMode

For internal use by the Xamarin.Forms platform.

access
FileAccess

For internal use by the Xamarin.Forms platform.

Returns

Task<Stream>

For internal use by the Xamarin.Forms platform.

Applies to

OpenFileAsync(String, FileMode, FileAccess, FileShare)

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task<System.IO.Stream> OpenFileAsync (string path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share);
abstract member OpenFileAsync : string * System.IO.FileMode * System.IO.FileAccess * System.IO.FileShare -> System.Threading.Tasks.Task<System.IO.Stream>

Parameters

path
String

For internal use by the Xamarin.Forms platform.

mode
FileMode

For internal use by the Xamarin.Forms platform.

access
FileAccess

For internal use by the Xamarin.Forms platform.

share
FileShare

For internal use by the Xamarin.Forms platform.

Returns

Task<Stream>

For internal use by the Xamarin.Forms platform.

Applies to