[This is preliminary documentation and is subject to change.]
The RemoteInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetSize | ||
| GetSizeHigh | ||
| GetSizeLow | ||
| SetSize | ||
| SetSizeHigh | ||
| SetSizeLow | ||
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Properties
| Name | Description | |
|---|---|---|
| Attr | Attributes of the remote file - should be copied with the file. | |
| Attributes | CLS-comliant alternative to the Attr property - gets or sets file attributes. | |
| LastWriteTime | Time stamp of the remote file - should be copied with the file. | |
| Size | Remote file size. Useful for a progress indicator. | |
| SizeHigh | High DWORD of remote file size. Useful for a progress indicator. | |
| SizeLow | Low DWORD of remote file size. Useful for a progress indicator. |