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


In This Topic
    AbstractFile Class
    In This Topic
    Represents a generic file and exposes properties and methods that allow file-oriented operations to be performed.
    Syntax
    'Declaration
     
    Public MustInherit Class AbstractFile 
       Inherits FileSystemItem
    'Usage
     
    Dim instance As AbstractFile
    public abstract class AbstractFile : FileSystemItem 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFile
                Xceed.FileSystem.AbstractFileMetadataWrapper
                Xceed.FileSystem.DiskFile
                Xceed.FileSystem.IsolatedFile
                Xceed.FileSystem.MemoryFile
                Xceed.FileSystem.StreamFile
                Xceed.Ftp.FtpFile
                Xceed.GZip.GZippedFile
                Xceed.SSH.Client.SFtpFile
                Xceed.Tar.TarredFile
                Xceed.Zip.ZippedFile

    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