SafeFileHandle Property
.NET Framework Class Library
IsolatedStorageFileStream..::.SafeFileHandle Property

Gets a SafeFileHandle object that represents the operating system file handle for the file that the current IsolatedStorageFileStream object encapsulates.

Namespace:  System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)
Visual Basic
Public Overrides ReadOnly Property SafeFileHandle As SafeFileHandle
    Get
C#
public override SafeFileHandle SafeFileHandle { get; }
Visual C++
public:
virtual property SafeFileHandle^ SafeFileHandle {
    SafeFileHandle^ get () override;
}
F#
abstract SafeFileHandle : SafeFileHandle
override SafeFileHandle : SafeFileHandle

Property Value

Type: Microsoft.Win32.SafeHandles..::.SafeFileHandle
A SafeFileHandle object that represents the operating system file handle for the file that the current IsolatedStorageFileStream object encapsulates.
ExceptionCondition
IsolatedStorageException

The SafeFileHandle property always generates this exception.

The SafeFileHandle property is not supported and always generates an IsolatedStorageException exception.

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker