BExplorer.Shell.Interop.FileIcon.FileIcon C# (CSharp) Method

FileIcon() public method

Constructs a new, default instance of the FileIcon class. Specify the filename and call GetInfo() to retrieve an icon.
public FileIcon ( ) : System
return System
        public FileIcon()
        {
            Flags = SHGetFileInfoConstants.SHGFI_ICON |
                    SHGetFileInfoConstants.SHGFI_DISPLAYNAME |
                    SHGetFileInfoConstants.SHGFI_TYPENAME |
                    SHGetFileInfoConstants.SHGFI_ATTRIBUTES |
                    SHGetFileInfoConstants.SHGFI_EXETYPE;
        }
        /// <summary>

Same methods

FileIcon::FileIcon ( string fileName ) : System
FileIcon::FileIcon ( string fileName, FileIcon flags ) : System