C# 클래스 ARCed.Helpers.FileAssociator

Static class used for associated ARCed file types with the program and respective icons.
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
Associate ( string extension, string description, string icon, string application ) : void

Associate file extension with progID, description, icon and application

IsAssociated ( string extension ) : bool

Return true if extension already associated in registry

비공개 메소드들

메소드 설명
ToShortPathName ( string longName ) : string

Return short path format of a file name

메소드 상세

Associate() 공개 정적인 메소드

Associate file extension with progID, description, icon and application
public static Associate ( string extension, string description, string icon, string application ) : void
extension string Extension to associate
description string Description of file type
icon string Path to icon to set for the file type
application string Path to icon to associate with this file type
리턴 void

IsAssociated() 공개 정적인 메소드

Return true if extension already associated in registry
public static IsAssociated ( string extension ) : bool
extension string Extension to check
리턴 bool