C# 클래스 withSIX.Play.Applications.Helpers.FileIcon

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
FileIcon ( ) : System
FileIcon ( string fileName ) : System
FileIcon ( string fileName, SHGetFileInfoConstants flags ) : System
GetInfo ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

FileIcon() 공개 메소드

public FileIcon ( ) : System
리턴 System

FileIcon() 공개 메소드

public FileIcon ( string fileName ) : System
fileName string
리턴 System

FileIcon() 공개 메소드

public FileIcon ( string fileName, SHGetFileInfoConstants flags ) : System
fileName string
flags SHGetFileInfoConstants
리턴 System

GetInfo() 공개 메소드

public GetInfo ( ) : void
리턴 void