NSProgress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("NSProgress", true)]
public class NSProgress : Foundation.NSObject
[<Foundation.Register("NSProgress", true)>]
type NSProgress = class
inherit NSObject
- Inheritance
- Attributes
Constructors
| NSProgress() |
Creates a new NSProgress with default values. |
| NSProgress(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NSProgress(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| NSProgress(NSProgress, NSDictionary) | |
Properties
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| Cancellable |
Whether this is tracking work that can be cancelled. |
| Cancelled |
Whether this is tracking work that was cancelled. |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CompletedUnitCount | |
| CurrentProgress | |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| EstimatedTimeRemaining | |
| EstimatedTimeRemainingKey |
Represents the value associated with the constant NSProgressEstimatedTimeRemainingKey |
| ExposedBindings | (Inherited from NSObject) |
| FileAnimationImageKey | |
| FileAnimationImageOriginalRectKey | |
| FileCompletedCount | |
| FileCompletedCountKey |
Represents the value associated with the constant NSProgressFileCompletedCountKey |
| FileIconKey | |
| FileOperationKind | |
| FileOperationKindCopying |
Represents the value associated with the constant NSProgressFileOperationKindCopying |
| FileOperationKindDecompressingAfterDownloading |
Represents the value associated with the constant NSProgressFileOperationKindDecompressingAfterDownloading |
| FileOperationKindDownloading |
Represents the value associated with the constant NSProgressFileOperationKindDownloading |
| FileOperationKindDuplicatingKey |
Represents the value associated with the constant 'NSProgressFileOperationKindDuplicating'. |
| FileOperationKindKey |
Represents the value associated with the constant NSProgressFileOperationKindKey |
| FileOperationKindReceiving |
Represents the value associated with the constant NSProgressFileOperationKindReceiving |
| FileOperationKindUploading |
Represents the value associated with the constant 'NSProgressFileOperationKindUploading'. |
| FileTotalCount | |
| FileTotalCountKey |
Represents the value associated with the constant NSProgressFileTotalCountKey |
| FileUrl | |
| FileURLKey |
Represents the value associated with the constant NSProgressFileURLKey |
| Finished | |
| FractionCompleted | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Indeterminate |
Whether the tracked progress is indeterminate. Read-only. |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Kind | |
| KindFile |
Represents the value associated with the constant NSProgressKindFile |
| LocalizedAdditionalDescription | |
| LocalizedDescription | |
| Old | |
| Pausable | |
| Paused | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Throughput | |
| ThroughputKey |
Represents the value associated with the constant NSProgressThroughputKey |
| TotalUnitCount | |
| UserInfo | |
| Zone | (Inherited from NSObject) |