Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / IsolatedFile Class
Members


In This Topic
    IsolatedFile Class
    In This Topic
    Specialization of the AbstractFile class that implements access to a file located in Isolated Storage. This class is not supported by Xceed Zip for .NET Compact Framework as Isolated Storage does not exist on the .NET Compact Framework.
    Syntax
    'Declaration
     
    Public Class IsolatedFile 
       Inherits AbstractFile
    'Usage
     
    Dim instance As IsolatedFile
    public class IsolatedFile : AbstractFile 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFile
                Xceed.FileSystem.IsolatedFile

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also