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


In This Topic
    AutoBatchUpdate Class
    In This Topic
    Class that verifies if the object implements the IBatchUpdateable interface.
    Syntax
    'Declaration
     
    Public Class AutoBatchUpdate 
       Inherits System.MarshalByRefObject
       Implements System.IDisposable 
    'Usage
     
    Dim instance As AutoBatchUpdate
    public class AutoBatchUpdate : System.MarshalByRefObject, System.IDisposable  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.AutoBatchUpdate

    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