C# 클래스 TileIconifier.Core.Custom.CustomShortcut

파일 보기 프로젝트 열기: Jonno12345/TileIconifier 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CustomShortcut System
CustomShortcut System

공개 메소드들

메소드 설명
Delete ( ) : void
Load ( string vbsFilePath ) : CustomShortcut

Parses data from a VBS file and returns a custom shortcut

비공개 메소드들

메소드 설명
CustomShortcut ( ) : System
CustomShortcut ( string shortcutName, string targetPath, string targetArguments, CustomShortcutType shortcutType, WindowType windowType, string shortcutRootFolder, string basicIconToUse = null, string workingFolder = null ) : System

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Load() 공개 정적인 메소드

Parses data from a VBS file and returns a custom shortcut
If a property Regex could not be matched
public static Load ( string vbsFilePath ) : CustomShortcut
vbsFilePath string
리턴 CustomShortcut