[This is preliminary documentation and is subject to change.]

The RemoteInfo type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetSize
Gets Size as CLS-compliant Int64
Public methodGetSizeHigh
Gets SizeHigh as CLS-compliant Int64
Public methodGetSizeLow
Gets SizeLow as CLS-compliant Int64
Public methodSetSize
Sets Size as CLS-compliant Int64
Public methodSetSizeHigh
Sets SizeHigh as CLS-compliant Int64
Public methodSetSizeLow
Sets SizeLow as CLS-compliant Int64
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties

  NameDescription
Public propertyAttr
Attributes of the remote file - should be copied with the file.
Public propertyAttributes
CLS-comliant alternative to the Attr property - gets or sets file attributes.
Public propertyLastWriteTime
Time stamp of the remote file - should be copied with the file.
Public propertySize
Remote file size. Useful for a progress indicator.
Public propertySizeHigh
High DWORD of remote file size. Useful for a progress indicator.
Public propertySizeLow
Low DWORD of remote file size. Useful for a progress indicator.

See Also