C# Class PiaNO.PiaFile

Inheritance: PiaNode
Afficher le fichier Open project: phusband/PiaNO Class Usage Examples

Méthodes publiques

Méthode Description
Read ( ) : void
Read ( string fileName ) : void
ToString ( ) : string
Write ( ) : void
Write ( string fileName ) : void

Méthodes protégées

Méthode Description
PiaFile ( ) : System
PiaFile ( string filePath ) : System

Method Details

PiaFile() protected méthode

protected PiaFile ( ) : System
Résultat System

PiaFile() protected méthode

protected PiaFile ( string filePath ) : System
filePath string
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void

Read() public méthode

public Read ( string fileName ) : void
fileName string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( ) : void
Résultat void

Write() public méthode

public Write ( string fileName ) : void
fileName string
Résultat void