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

The FindData type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetAttributes
Gets bitwise same value as Attributes as CLS-compliant type
Public methodGetFileSize
Gets FileSize as CLS-compliant Int64
Public methodGetFileSizeHigh
Gets high word FileSize as CLS-compliant Int64
Public methodGetFileSizeLow
Gets low word FileSize as CLS-compliant Int64
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetReparsePointTag
Gets bitwise same value as ReparsePointTag as CLS-compliant type
Public methodGetReserved1
Gets bitwise same value as Reserved1 as CLS-compliant type
Public methodSetAttributes
Sets value of Attributes as CLS-compliant type
Public methodSetFileSize
Sets FileSize as CLS-compliant Int64
Public methodSetFileSizeHigh
Sets high word FileSize as CLS-compliant Int64
Public methodSetFileSizeLow
Sets low word FileSize as CLS-compliant Int64
Public methodSetReparsePointTag
Sets value of ReparsePointTag as CLS-compliant type
Public methodSetReserved1
Sets value of Reserved1 as CLS-compliant type
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Fields

  NameDescription
Public fieldStatic memberMaxPath
Maximal length of path in characters

Properties

  NameDescription
Public propertyAccessTime
For a file, the structure specifies when the file was last read from, written to, or for executable files, run.
Public propertyAlternateFileName
An alternative name for the file.
Public propertyAttributes
The file attributes of a file.
Public propertyCreationTime
Specifies when a file or directory was created.
Public propertyFileName
The name of the file.
Public propertyFileSize
Size of file in bytes
Public propertyReparsePointTag
If the Attributes member includes the ReparsePoint attribute, this member specifies the reparse point tag. Otherwise, this value is undefined and should not be used.
Public propertyReserved1
Reserved for future use.
Public propertyWriteTime
For a file, the structure specifies when the file was last written to, truncated, or overwritten. The date and time are not updated when file attributes or security descriptors are changed.

See Also