C# 클래스 LogViewer.RegistryPersister

상속: IPersist
파일 보기 프로젝트 열기: Lundalogik/log4net-logviewer 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
Key ( int i ) : string
RemoveFile ( int index, int max ) : void

메소드 상세

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 ( ApplicationAttributes attr ) : System
attr ApplicationAttributes
리턴 System

RegistryPersister() 공개 메소드

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

RemoveFile() 공개 메소드

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