C# Class LogViewer.RegistryPersister

Inheritance: IPersist
Afficher le fichier Open project: Lundalogik/log4net-logviewer Class Usage Examples

Méthodes publiques

Méthode Description
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RegistryPersister ( ApplicationAttributes attr ) : System
RegistryPersister ( string key ) : System
RemoveFile ( string filepath, int max ) : void

Private Methods

Méthode Description
Key ( int i ) : string
RemoveFile ( int index, int max ) : void

Method Details

InsertFile() public méthode

public InsertFile ( string filepath, int max ) : void
filepath string
max int
Résultat void

RecentFiles() public méthode

public RecentFiles ( int max ) : List
max int
Résultat List

RegistryPersister() public méthode

public RegistryPersister ( ApplicationAttributes attr ) : System
attr ApplicationAttributes
Résultat System

RegistryPersister() public méthode

public RegistryPersister ( string key ) : System
key string
Résultat System

RemoveFile() public méthode

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
Résultat void