System.IO.IsolatedStorage.IsolatedStorageFileStream.Handle Property

Gets the file handle for the file that the current System.IO.IsolatedStorage.IsolatedStorageFileStream object encapsulates. Accessing this property is not permitted on an System.IO.IsolatedStorage.IsolatedStorageFileStream object, and throws an System.IO.IsolatedStorage.IsolatedStorageException.

Syntax

[System.Obsolete("Use SafeFileHandle - once available")]
public override IntPtr Handle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For more information, see System.IO.FileStream.Handle.

Requirements

Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0
Since: .NET 2.0