C# Class ShellMe.CommandLine.History.FileBasedHistory

Inheritance: InMemoryHistory
Afficher le fichier Open project: dff-solutions/shell.me

Méthodes publiques

Méthode Description
Add ( string entry ) : void
FileBasedHistory ( ) : System.Collections.Generic
FileBasedHistory ( string fileName ) : System.Collections.Generic

Private Methods

Méthode Description
GetHistoryFromFile ( string fileName ) : List
WriteToDisk ( ) : void

Method Details

Add() public méthode

public Add ( string entry ) : void
entry string
Résultat void

FileBasedHistory() public méthode

public FileBasedHistory ( ) : System.Collections.Generic
Résultat System.Collections.Generic

FileBasedHistory() public méthode

public FileBasedHistory ( string fileName ) : System.Collections.Generic
fileName string
Résultat System.Collections.Generic