C# 클래스 D16.VideoCommander.FileExtensionRegistry

파일 보기 프로젝트 열기: feg-giessen/videocommander 1 사용 예제들

공개 메소드들

메소드 설명
CreateFileAssociation ( string extension, string className, string description, string exeProgram ) : bool

Create the new file association

IsAdministrator ( ) : bool

Returns true, if current user has administrator priviliges.

메소드 상세

CreateFileAssociation() 공개 정적인 메소드

Create the new file association
public static CreateFileAssociation ( string extension, string className, string description, string exeProgram ) : bool
extension string Extension is the extension to be registered (eg ".cad")
className string ClassName is the name of the associated class (eg "CADDoc")
description string Description is the textual description (eg "CAD Document")
exeProgram string ExeProgram is the app that manages that extension (eg "c:\Cad\MyCad.exe")
리턴 bool

IsAdministrator() 공개 정적인 메소드

Returns true, if current user has administrator priviliges.
public static IsAdministrator ( ) : bool
리턴 bool