C# Класс TileIconifier.Core.Custom.CustomShortcut

Показать файл Открыть проект Примеры использования класса

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