C# Class NLogViewer.LruManager

Afficher le fichier Open project: jkowalski/NLogViewer Class Usage Examples

Méthodes publiques

Méthode Description
AddToList ( string fileName ) : void
GetList ( ) : List
LruManager ( RegistryKey baseKey, string subKey, bool files ) : System

Method Details

AddToList() public méthode

public AddToList ( string fileName ) : void
fileName string
Résultat void

GetList() public méthode

public GetList ( ) : List
Résultat List

LruManager() public méthode

public LruManager ( RegistryKey baseKey, string subKey, bool files ) : System
baseKey Microsoft.Win32.RegistryKey
subKey string
files bool
Résultat System