C# Class TileIconifier.Core.Shortcut.ShortcutItemEnumeration

Show file Open project: Jonno12345/TileIconifier

Public Methods

Method Description
GetShortcuts ( bool refreshCache = false ) : List

Gather a list of ShortcutItems from the current environment

GrabRegexInfoFromXml ( string startLayout ) : List
TryGetShortcutsWithPinning ( Exception &pinnedInformationException, bool refreshCache = false ) : List

Private Methods

Method Description
GetPinnedStartMenuInformation ( ) : void
MarkPinnedShortcuts ( string tempFilePath ) : void

Method Details

GetShortcuts() public static method

Gather a list of ShortcutItems from the current environment
public static GetShortcuts ( bool refreshCache = false ) : List
refreshCache bool
return List

GrabRegexInfoFromXml() public static method

public static GrabRegexInfoFromXml ( string startLayout ) : List
startLayout string
return List

TryGetShortcutsWithPinning() public static method

public static TryGetShortcutsWithPinning ( Exception &pinnedInformationException, bool refreshCache = false ) : List
pinnedInformationException System.Exception
refreshCache bool
return List