Managed Windows API
GetIconForFilename Method (fileName, small)
NamespacesManagedWinapiExtendedFileInfoGetIconForFilename(String, Boolean)
Get the icon used for a given, existing file.
Declaration Syntax
C#
public static Icon GetIconForFilename(
	string fileName,
	bool small
)
Parameters
fileName (String)
Name of the file
small (Boolean)
Whether to get the small icon instead of the large one

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)