DevToys logo DevToys
  • Home
  • Blog
  • Documentation
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ConsoleProgressBar

    A progress bar for the console.

    Inheritance
    object
    ConsoleProgressBar
    Implements
    IDisposable
    IProgress<double>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DevToys.Api
    Assembly: DevToys.Api.dll
    Syntax
    public class ConsoleProgressBar : IDisposable, IProgress<double>

    Constructors

    ConsoleProgressBar()

    Initializes a new instance of the ConsoleProgressBar class.

    Declaration
    public ConsoleProgressBar()

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Report(double)

    Reports a progress update.

    Declaration
    public void Report(double value)
    Parameters
    Type Name Description
    double value

    The value of the updated progress.

    Implements

    IDisposable
    IProgress<T>

    Extension Methods

    LoggingExtensions.Log<T>(T)
    In this article
    DevToys logo © 2024 DevToys