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


In This Topic
    FileSystemItem Class
    In This Topic
    Root class for all types of items that can exist in a generic (abstract) folder. For example, a file and a folder.
    Syntax
    'Declaration
     
    Public MustInherit Class FileSystemItem 
       Inherits System.MarshalByRefObject
    'Usage
     
    Dim instance As FileSystemItem
    public abstract class FileSystemItem : System.MarshalByRefObject 
    Inheritance Hierarchy

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

    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