BY_HANDLE_FILE_INFORMATION class base Struct
Contains information that the GetFileInformationByHandle function retrieves.
- Inheritance
-
- Object
- NativeType
- Struct
- BY_HANDLE_FILE_INFORMATION
Constructors
Properties
- dwFileAttributes ↔ int
-
read / write
- dwVolumeSerialNumber ↔ int
-
read / write
- ftCreationTime ↔ FILETIME
-
read / write
- ftLastAccessTime ↔ FILETIME
-
read / write
- ftLastWriteTime ↔ FILETIME
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- nFileIndexHigh ↔ int
-
read / write
- nFileIndexLow ↔ int
-
read / write
- nFileSizeHigh ↔ int
-
read / write
- nFileSizeLow ↔ int
-
read / write
- nNumberOfLinks ↔ int
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited