C# 클래스 BlipFace.Helpers.IsolatedStorageAccess

상속: IDisposable
파일 보기 프로젝트 열기: ksopyla/blipface 1 사용 예제들

공개 메소드들

메소드 설명
DeleteFile ( ) : void
Dispose ( ) : void
IsolatedStorageAccess ( string fileName ) : System
ReadAll ( ) : string[]
WriteStrings ( string texts ) : void

메소드 상세

DeleteFile() 공개 메소드

public DeleteFile ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsolatedStorageAccess() 공개 메소드

public IsolatedStorageAccess ( string fileName ) : System
fileName string
리턴 System

ReadAll() 공개 메소드

public ReadAll ( ) : string[]
리턴 string[]

WriteStrings() 공개 메소드

public WriteStrings ( string texts ) : void
texts string
리턴 void