C# Class BlipFace.Helpers.IsolatedStorageAccess

Inheritance: IDisposable
Afficher le fichier Open project: ksopyla/blipface Class Usage Examples

Méthodes publiques

Méthode Description
DeleteFile ( ) : void
Dispose ( ) : void
IsolatedStorageAccess ( string fileName ) : System
ReadAll ( ) : string[]
WriteStrings ( string texts ) : void

Method Details

DeleteFile() public méthode

public DeleteFile ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsolatedStorageAccess() public méthode

public IsolatedStorageAccess ( string fileName ) : System
fileName string
Résultat System

ReadAll() public méthode

public ReadAll ( ) : string[]
Résultat string[]

WriteStrings() public méthode

public WriteStrings ( string texts ) : void
texts string
Résultat void