Class AssociatedIcons

Helper class that allows retrieving of associated icons for given file types. This class caches files by extensions and returns an image source or a default image source for unknown files.

System.Object
  MarkdownMonster.Utilities.AssociatedIcons
public class AssociatedIcons : object

Class Members

MemberDescription

Constructor

DefaultIcon

GetIconFromFile

Gets an Icon as an image source from the file.

public ImageSource GetIconFromFile(string filename)

GetIconFromType

public ImageSource GetIconFromType(string doctype)

Requirements

Namespace: MarkdownMonster.Utilities
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic