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


In This Topic
    ProgressionInfo Class
    In This Topic
    Provides progression information for progression events.
    Syntax
    'Declaration
     
    Public Class ProgressionInfo 
    'Usage
     
    Dim instance As ProgressionInfo
    public class ProgressionInfo 
    Inheritance Hierarchy

    System.Object
       Xceed.FileSystem.ProgressionInfo

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ProgressionInfo class.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThe amount of bytes or items processed.  
    Protected FieldThe total amount of bytes or items to process.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the ratio (percentage) of bytes or FileSystemItem objects processed so far.  
    Public PropertyGets or sets the number of bytes or FileSystemItem objects processed so far.  
    Public Property  
    Public PropertyGets or sets the total number of bytes or FileSystemItem objects to be processed.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Top
    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