Managed Windows API
GetExtensionIcon Method (extension, small)
NamespacesManagedWinapiExtendedFileInfoGetExtensionIcon(String, Boolean)
Get the icon used by files of a given extension.
Declaration Syntax
C#
public static Icon GetExtensionIcon(
	string extension,
	bool small
)
Parameters
extension (String)
The extension without leading dot
small (Boolean)
Whether to get the small icon instead of the large one

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