C# Class TileIconifier.Core.Custom.CustomShortcut

Mostra file Open project: Jonno12345/TileIconifier Class Usage Examples

Private Properties

Property Type Description
CustomShortcut System
CustomShortcut System

Public Methods

Method Description
Delete ( ) : void
Load ( string vbsFilePath ) : CustomShortcut

Parses data from a VBS file and returns a custom shortcut

Private Methods

Method 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 method

public Delete ( ) : void
return void

Load() public static method

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
return CustomShortcut