Gets the file handle for the file that the current IsolatedStorageFileStream object encapsulates.
[Visual Basic] Overrides Public Function GetHandle() As Integer [C#] public override int GetHandle(); [C++] public: override int GetHandle(); [JScript] public override function GetHandle() : int;
The file handle for the file that the current IsolatedStorageFileStream object encapsulates.
For more detail see System.IO.FileStream.GetHandle().
IsolatedStorageFileStream Class | IsolatedStorageFileStream Members | System.IO.IsolatedStorage Namespace