C# Class NLogViewer.LruManager

Mostrar archivo Open project: jkowalski/NLogViewer Class Usage Examples

Public Methods

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

Method Details

AddToList() public method

public AddToList ( string fileName ) : void
fileName string
return void

GetList() public method

public GetList ( ) : List
return List

LruManager() public method

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