C# 클래스 JarrettVance.ChapterTools.Program

파일 보기 프로젝트 열기: jarrettv/ChapterGrabber

공개 메소드들

메소드 설명
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