Winsible 2k allows you to run C# scripts on hundrets connected clients at once.
the following libraries are being loaded by the client:
parameters.ReferencedAssemblies.Add("System.dll");
parameters.ReferencedAssemblies.Add("System.Windows.Forms.dll");
parameters.ReferencedAssemblies.Add("System.Core.dll");
parameters.ReferencedAssemblies.Add("System.Data.dll");
...
This library can retrieve icons from extensions and files, with additional information like file type (hard drive, folder, PHPScript File, ...).
The library also provides a class for CACHE icons and creates an ImageList with the added icons.