Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ProgressionInfo Class
Fields Properties Methods


In This Topic
    ProgressionInfo Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also