C# Класс LogViewer.RegistryPersister

Наследование: IPersist
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InsertFile ( string filepath, int max ) : void
RecentFiles ( int max ) : List
RegistryPersister ( ApplicationAttributes attr ) : System
RegistryPersister ( string key ) : System
RemoveFile ( string filepath, int max ) : void

Приватные методы

Метод Описание
Key ( int i ) : string
RemoveFile ( int index, int max ) : void

Описание методов

InsertFile() публичный Метод

public InsertFile ( string filepath, int max ) : void
filepath string
max int
Результат void

RecentFiles() публичный Метод

public RecentFiles ( int max ) : List
max int
Результат List

RegistryPersister() публичный Метод

public RegistryPersister ( ApplicationAttributes attr ) : System
attr ApplicationAttributes
Результат System

RegistryPersister() публичный Метод

public RegistryPersister ( string key ) : System
key string
Результат System

RemoveFile() публичный Метод

public RemoveFile ( string filepath, int max ) : void
filepath string
max int
Результат void