C# Class BlipFace.Helpers.IsolatedStorageAccess

Inheritance: IDisposable
Show file Open project: ksopyla/blipface Class Usage Examples

Public Methods

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

Method Details

DeleteFile() public method

public DeleteFile ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

IsolatedStorageAccess() public method

public IsolatedStorageAccess ( string fileName ) : System
fileName string
return System

ReadAll() public method

public ReadAll ( ) : string[]
return string[]

WriteStrings() public method

public WriteStrings ( string texts ) : void
texts string
return void