Represents the attributes of a copy operation.
The following tables list the members exposed by the CopyState type.
Public Constructors
Public Properties
| Name | Description | |
|---|---|---|
|
BytesCopied | Gets the number of bytes copied in the operation so far. |
|
CompletionTime | Gets the time the copy operation completed, and indicates whether completion was due to a successful copy, the cancelling of the operation, or a failure. |
|
CopyId | Gets the ID of the copy operation. |
|
Source | Gets the source URI of a copy operation. |
|
Status | Gets the status of the copy operation. |
|
StatusDescription | Gets the description of the current status, if any. |
|
TotalBytes | Gets the total number of bytes in the source of the copy. |
Public Methods (see also Protected Methods)
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object) |
|
GetHashCode | (Inherited from Object) |
|
GetType | (Inherited from Object) |
|
ToString | (Inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (Inherited from Object) |
|
MemberwiseClone | (Inherited from Object) |