C# Class TileIconifier.Core.Shortcut.ShortcutItemEnumeration

Afficher le fichier Open project: Jonno12345/TileIconifier

Méthodes publiques

Méthode 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

Méthode Description
GetPinnedStartMenuInformation ( ) : void
MarkPinnedShortcuts ( string tempFilePath ) : void

Method Details

GetShortcuts() public static méthode

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

GrabRegexInfoFromXml() public static méthode

public static GrabRegexInfoFromXml ( string startLayout ) : List
startLayout string
Résultat List

TryGetShortcutsWithPinning() public static méthode

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