C# Class SensorShare.FileWriter

Afficher le fichier Open project: MarkPaxton/SensorShare3

Méthodes publiques

Méthode Description
Append ( string text ) : void
FileWriter ( string fileName, string fileHeader ) : System.IO
Start ( ) : void

Create new file for writing

Method Details

Append() public méthode

public Append ( string text ) : void
text string Add the string to the end of the file
Résultat void

FileWriter() public méthode

public FileWriter ( string fileName, string fileHeader ) : System.IO
fileName string The name of the file to be written to
fileHeader string
Résultat System.IO

Start() public méthode

Create new file for writing
public Start ( ) : void
Résultat void