Share via


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
System.String

For internal use by the Xamarin.Forms platform.

mode
System.IO.FileMode

For internal use by the Xamarin.Forms platform.

access
System.IO.FileAccess

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task<System.IO.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
System.String

For internal use by the Xamarin.Forms platform.

mode
System.IO.FileMode

For internal use by the Xamarin.Forms platform.

access
System.IO.FileAccess

For internal use by the Xamarin.Forms platform.

share
System.IO.FileShare

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task<System.IO.Stream>

For internal use by the Xamarin.Forms platform.

Applies to