C# Класс JarrettVance.ChapterTools.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
Register ( string extension, string progId, string description, string executeable, string iconFile, int iconIdx ) : void

Registers a file type via it's extension. If the file type is already registered, nothing is changed.

Приватные методы

Метод Описание
Main ( string args ) : void

Описание методов

Register() публичный статический Метод

Registers a file type via it's extension. If the file type is already registered, nothing is changed.
public static Register ( string extension, string progId, string description, string executeable, string iconFile, int iconIdx ) : void
extension string The extension to register
progId string A unique identifier for the program to work with the file type
description string A brief description of the file type
executeable string Where to find the executeable.
iconFile string Location of the icon.
iconIdx int Selects the icon within
Результат void