public COMCLSIDEntry GetFileClass(string filename) { Guid clsid; COMUtilities.GetClassFile(filename, out clsid); return(MapClsidToEntry(clsid)); }