[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.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) | |
| GetSize | ||
| GetSizeHigh | ||
| GetSizeLow | ||
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| 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. |