System.IO.IsolatedStorage.IsolatedStorageFileStream.SafeFileHandle Property

Gets a Microsoft.Win32.SafeHandles.SafeFileHandle object that represents the operating system file handle for the file that the current System.IO.IsolatedStorage.IsolatedStorageFileStream object encapsulates.

Syntax

public override Microsoft.Win32.SafeHandles.SafeFileHandle SafeFileHandle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The IsolatedStorageFileStream.SafeFileHandle property is not supported and always generates an System.IO.IsolatedStorage.IsolatedStorageException exception.

Requirements

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