C# 클래스 TileIconifier.Core.Shortcut.ShortcutItemEnumeration

파일 보기 프로젝트 열기: Jonno12345/TileIconifier

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetPinnedStartMenuInformation ( ) : void
MarkPinnedShortcuts ( string tempFilePath ) : void

메소드 상세

GetShortcuts() 공개 정적인 메소드

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

GrabRegexInfoFromXml() 공개 정적인 메소드

public static GrabRegexInfoFromXml ( string startLayout ) : List
startLayout string
리턴 List

TryGetShortcutsWithPinning() 공개 정적인 메소드

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