The members of Foundation.NSProgress are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| Cancellable | bool. Whether this is tracking work that can be cancelled. | |
| [read-only] | Cancelled | bool. Whether this is tracking work that was cancelled. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CompletedUnitCount | long. The number of work units for the current job that have already been completed. | |
| [read-only] static | CurrentProgress | NSProgress. The NSProgress object, if any, associated with the calling thread due to a previous call to BecomeCurrent. |
| [read-only] static | EstimatedTimeRemainingKey | NSString. Represents the value associated with the constant NSProgressEstimatedTimeRemainingKey |
| [read-only] static | FileCompletedCountKey | NSString. Represents the value associated with the constant NSProgressFileCompletedCountKey |
| [read-only] static | FileOperationKindCopying | NSString. Represents the value associated with the constant NSProgressFileOperationKindCopying |
| [read-only] static | FileOperationKindDecompressingAfterDownloading | NSString. Represents the value associated with the constant NSProgressFileOperationKindDecompressingAfterDownloading |
| [read-only] static | FileOperationKindDownloading | NSString. Represents the value associated with the constant NSProgressFileOperationKindDownloading |
| [read-only] static | FileOperationKindKey | NSString. Represents the value associated with the constant NSProgressFileOperationKindKey |
| [read-only] static | FileOperationKindReceiving | NSString. Represents the value associated with the constant NSProgressFileOperationKindReceiving |
| [read-only] static | FileTotalCountKey | NSString. Represents the value associated with the constant NSProgressFileTotalCountKey |
| [read-only] static | FileURLKey | NSString. Represents the value associated with the constant NSProgressFileURLKey |
| [read-only] | FractionCompleted | double. The fraction of the overall work completed by this object and any of its children. Read-only. |
| [read-only] | Indeterminate | bool. Whether the tracked progress is indeterminate. Read-only. |
| Kind | NSString. One of the constants defined by FileOperationKind* or KindFile, indicating the type of progress being made. | |
| [read-only] static | KindFile | NSString. Represents the value associated with the constant NSProgressKindFile |
| LocalizedAdditionalDescription | string. A description of the kind of progress being made, more specific than LocalizedAdditionalDescription. | |
| LocalizedDescription | string. A localized description of the progress being tracked, more specific than Kind, but less specific than LocalizedAdditionalDescription. | |
| Pausable | bool. Documentation for this section has not yet been entered. | |
| [read-only] | Paused | bool. Documentation for this section has not yet been entered. |
| [read-only] static | ThroughputKey | NSString. Represents the value associated with the constant NSProgressThroughputKey |
| TotalUnitCount | long. Documentation for this section has not yet been entered. | |
| [read-only] | UserInfo | NSDictionary. Documentation for this section has not yet been entered. |
BecomeCurrent(long)Sets this as the current progress object on the calling thread and specifies the number of work units to be carried out by the next child progress object. | ||
Cancel()Cancels progress tracking. | ||
static | FromTotalUnitCount(long)Factory method that creates a new NSProgress, which is constructed as a child of the CurrentProgress, if non-null. | |
Pause()Documentation for this section has not yet been entered. | ||
ResignCurrent()Documentation for this section has not yet been entered. | ||
SetCancellationHandler(Action)Documentation for this section has not yet been entered. | ||
SetPauseHandler(Action)Documentation for this section has not yet been entered. | ||
SetUserInfo(NSObject, NSString)Documentation for this section has not yet been entered. | ||