C# 클래스 YALV.Common.RecentFileList.RegistryPersister

상속: IPersist
파일 보기 프로젝트 열기: LukePet/YALV

공개 메소드들

메소드 설명
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RegistryPersister ( ) : System
RegistryPersister ( string key ) : System
RemoveFile ( int index, int max ) : void
RemoveFile ( string filepath, int max ) : void

비공개 메소드들

메소드 설명
Key ( int i ) : string

메소드 상세

InsertFile() 공개 메소드

public InsertFile ( string filepath, int max ) : void
filepath string
max int
리턴 void

RecentFiles() 공개 메소드

public RecentFiles ( int max ) : List
max int
리턴 List

RegistryPersister() 공개 메소드

public RegistryPersister ( ) : System
리턴 System

RegistryPersister() 공개 메소드

public RegistryPersister ( string key ) : System
key string
리턴 System

RemoveFile() 공개 메소드

public RemoveFile ( int index, int max ) : void
index int
max int
리턴 void

RemoveFile() 공개 메소드

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
리턴 void