Click or drag to resize

Shell32FileInfo Structure

SHFILEINFO structure, contains information about a file system object.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public struct FileInfo

The Shell32FileInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAttributes
An array of values that indicates the attributes of the file object.
Public fieldDisplayName
The name of the file as it appears in the Windows Shell, or the path and file name of the file that contains the icon representing the file.
Public fieldIconHandle
A handle to the icon that represents the file.
Public fieldIconIndex
The index of the icon image within the system image list.
Public fieldTypeName
The type of file.
Top
See Also