C# Class TileIconifier.Core.Custom.CustomShortcut

Afficher le fichier Open project: Jonno12345/TileIconifier Class Usage Examples

Private Properties

Свойство Type Description
CustomShortcut System
CustomShortcut System

Méthodes publiques

Méthode Description
Delete ( ) : void
Load ( string vbsFilePath ) : CustomShortcut

Parses data from a VBS file and returns a custom shortcut

Private Methods

Méthode Description
CustomShortcut ( ) : System
CustomShortcut ( string shortcutName, string targetPath, string targetArguments, CustomShortcutType shortcutType, WindowType windowType, string shortcutRootFolder, string basicIconToUse = null, string workingFolder = null ) : System

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Load() public static méthode

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
Résultat CustomShortcut