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

Mostra file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
FileIcon ( ) : System
FileIcon ( string fileName ) : System
FileIcon ( string fileName, SHGetFileInfoConstants flags ) : System
GetInfo ( ) : void

Private Methods

Method 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 method

public FileIcon ( ) : System
return System

FileIcon() public method

public FileIcon ( string fileName ) : System
fileName string
return System

FileIcon() public method

public FileIcon ( string fileName, SHGetFileInfoConstants flags ) : System
fileName string
flags SHGetFileInfoConstants
return System

GetInfo() public method

public GetInfo ( ) : void
return void