C# Class JarrettVance.ChapterTools.Program

Mostra file Open project: jarrettv/ChapterGrabber

Public Methods

Method Description
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.

Private Methods

Method Description
Main ( string args ) : void

Method Details

Register() public static method

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