C# 클래스 FileAssociations, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
EnsureAssociationsSet ( ) : void
SetAssociation ( string extension, string progId, string fileTypeDescription, string applicationFilePath ) : bool

비공개 메소드들

메소드 설명
SHChangeNotify ( int eventId, int flags, IntPtr, item1, IntPtr, item2 ) : int
SetKeyDefaultValue ( string keyPath, string value ) : bool

메소드 상세

EnsureAssociationsSet() 공개 정적인 메소드

public static EnsureAssociationsSet ( ) : void
리턴 void

SetAssociation() 공개 정적인 메소드

public static SetAssociation ( string extension, string progId, string fileTypeDescription, string applicationFilePath ) : bool
extension string
progId string
fileTypeDescription string
applicationFilePath string
리턴 bool