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

The RemoteInfo type exposes the following members.

Methods

  NameDescription
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
Gets Size as CLS-compliant Int64
GetSizeHigh
Gets SizeHigh as CLS-compliant Int64
GetSizeLow
Gets SizeLow as CLS-compliant Int64
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetSize
Sets Size as CLS-compliant Int64
SetSizeHigh
Sets SizeHigh as CLS-compliant Int64
SetSizeLow
Sets SizeLow as CLS-compliant Int64
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties

  NameDescription
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.

See Also