C# Class MoreInternals.Helpers.FileLookup

Inheritance: IFileLookup
Afficher le fichier Open project: kevin-montrose/More

Méthodes publiques

Свойство Type Description
Singleton FileLookup

Méthodes publiques

Méthode Description
Exists ( string file ) : bool
Find ( string file ) : TextReader
OpenWrite ( string file ) : TextWriter
ReadRaw ( string file ) : Stream

Private Methods

Méthode Description
FileLookup ( ) : System

Method Details

Exists() public méthode

public Exists ( string file ) : bool
file string
Résultat bool

Find() public méthode

public Find ( string file ) : TextReader
file string
Résultat TextReader

OpenWrite() public méthode

public OpenWrite ( string file ) : TextWriter
file string
Résultat System.IO.TextWriter

ReadRaw() public méthode

public ReadRaw ( string file ) : Stream
file string
Résultat Stream

Property Details

Singleton public_oe static_oe property

public static FileLookup,MoreInternals.Helpers Singleton
Résultat FileLookup