C# 클래스 Explorer.ShellFileInfo

파일 보기 프로젝트 열기: SummerWish/vfs

공개 메소드들

메소드 설명
GetFileIcon ( string name, IconSize size, bool linkOverlay ) : Bitmap
GetFileTypeDescription ( string fileNameOrExtension ) : string
GetFolderIcon ( IconSize size, FolderType folderType ) : Bitmap

Used to access system folder icons.

비공개 메소드들

메소드 설명
DestroyIcon ( IntPtr hIcon ) : int
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint flags ) : IntPtr

메소드 상세

GetFileIcon() 공개 정적인 메소드

public static GetFileIcon ( string name, IconSize size, bool linkOverlay ) : Bitmap
name string
size IconSize
linkOverlay bool
리턴 System.Drawing.Bitmap

GetFileTypeDescription() 공개 정적인 메소드

public static GetFileTypeDescription ( string fileNameOrExtension ) : string
fileNameOrExtension string
리턴 string

GetFolderIcon() 공개 정적인 메소드

Used to access system folder icons.
public static GetFolderIcon ( IconSize size, FolderType folderType ) : Bitmap
size IconSize Specify large or small icons.
folderType FolderType Specify open or closed FolderType.
리턴 System.Drawing.Bitmap