C# 클래스 Common.RecentFileList.RegistryPersister

상속: IPersist
파일 보기 프로젝트 열기: rsdn/nitra

공개 메소드들

메소드 설명
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RegistryPersister ( ) : Common.System
RegistryPersister ( string key ) : Common.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 ( ) : Common.System
리턴 Common.System

RegistryPersister() 공개 메소드

public RegistryPersister ( string key ) : Common.System
key string
리턴 Common.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