C# Class Common.RecentFileList.RegistryPersister

Inheritance: IPersist
Afficher le fichier Open project: rsdn/nitra

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Key ( int i ) : string

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 ( ) : Common.System
Résultat Common.System

RegistryPersister() public méthode

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

RemoveFile() public méthode

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

RemoveFile() public méthode

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