C# 클래스 MasterInstaller.Managers.FileAssociationManager

파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
IsAssociated ( string extension ) : bool
SetAllFileAssociations ( ) : void

비공개 메소드들

메소드 설명
Associate ( string extension, string progID, string description, string applicationFileName ) : void
GetShortPathName ( string lpszLongPath, [ lpszShortPath, uint cchBuffer ) : uint
ToShortPathName ( string longName ) : string

메소드 상세

IsAssociated() 공개 정적인 메소드

public static IsAssociated ( string extension ) : bool
extension string
리턴 bool

SetAllFileAssociations() 공개 정적인 메소드

public static SetAllFileAssociations ( ) : void
리턴 void