C# Class XRefresh.ShellIcon

显示文件 Open project: binaryage/xrefresh Class Usage Examples

Public Methods

Method Description
GetLargeIcon ( string fileName ) : Icon
GetSmallIcon ( string fileName ) : Icon
GetSmallTypeIcon ( string ext ) : Icon
GetTypeInfo ( string ext ) : string
ShellIcon ( ) : System

Method Details

GetLargeIcon() public static method

public static GetLargeIcon ( string fileName ) : Icon
fileName string
return System.Drawing.Icon

GetSmallIcon() public static method

public static GetSmallIcon ( string fileName ) : Icon
fileName string
return System.Drawing.Icon

GetSmallTypeIcon() public static method

public static GetSmallTypeIcon ( string ext ) : Icon
ext string
return System.Drawing.Icon

GetTypeInfo() public static method

public static GetTypeInfo ( string ext ) : string
ext string
return string

ShellIcon() public method

public ShellIcon ( ) : System
return System