The Progress type exposes the following members.

Constructors

  NameDescription
Public methodProgress
Initializes a new instance of the Progress class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncrement
Increments the current progress value by the specified amount.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPerformStep
Performs a progress step.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyMaximumValue
Maximum progress value.
Public propertyMinimumValue
Minimum progress value.
Public propertyStatus
Current status for the operation.
Public propertyStep
Gets or sets the step increment value.
Public propertyValue
Gets or sets the current progress value.

Events

  NameDescription
Public eventOnProgress
Occurs when the progress value has been changed.
Public eventOnStatusChanged
Occurs when the progress value has been changed.

See Also