C# Класс LogViewer.FileWithPosition

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

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

Метод Описание
Exists ( ) : bool
FileHasBecomeLarger ( ) : bool
FileNameInFolder ( string folder ) : bool
FileNameMatch ( string otherFileName ) : bool
FileWithPosition ( string filename ) : System
Read ( LogEntryParser parser ) : IEnumerable
ResetPosition ( ) : void

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

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

public Exists ( ) : bool
Результат bool

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

public FileHasBecomeLarger ( ) : bool
Результат bool

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

public FileNameInFolder ( string folder ) : bool
folder string
Результат bool

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

public FileNameMatch ( string otherFileName ) : bool
otherFileName string
Результат bool

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

public FileWithPosition ( string filename ) : System
filename string
Результат System

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

public Read ( LogEntryParser parser ) : IEnumerable
parser LogEntryParser
Результат IEnumerable

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

public ResetPosition ( ) : void
Результат void