C# Class withSIX.Play.Applications.Helpers.FileIcon

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
FileIcon ( ) : System
FileIcon ( string fileName ) : System
FileIcon ( string fileName, SHGetFileInfoConstants flags ) : System
GetInfo ( ) : void

Private Methods

Méthode Description
DestroyIcon ( IntPtr hIcon ) : int
FormatMessage ( int dwFlags, IntPtr lpSource, int dwMessageId, int dwLanguageId, string lpBuffer, uint nSize, int argumentsLong ) : int
GetLastError ( ) : int
SHGetFileInfo ( string pszPath, int dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint uFlags ) : int

Method Details

FileIcon() public méthode

public FileIcon ( ) : System
Résultat System

FileIcon() public méthode

public FileIcon ( string fileName ) : System
fileName string
Résultat System

FileIcon() public méthode

public FileIcon ( string fileName, SHGetFileInfoConstants flags ) : System
fileName string
flags SHGetFileInfoConstants
Résultat System

GetInfo() public méthode

public GetInfo ( ) : void
Résultat void