C# 클래스 BingMaps.StorageStuff

Methods for reading and writing to isolated storage.
파일 보기 프로젝트 열기: dideler/gps-tower-defense

공개 메소드들

메소드 설명
LoadFromFile ( string fileName ) : string

Read data from a file.

SaveToFile ( string fileName, string content ) : void

Write content to a file in the user store.

메소드 상세

LoadFromFile() 공개 메소드

Read data from a file.
public LoadFromFile ( string fileName ) : string
fileName string The file to be read.
리턴 string

SaveToFile() 공개 메소드

Write content to a file in the user store.
public SaveToFile ( string fileName, string content ) : void
fileName string Name of the file ot be accessed.
content string The file's data.
리턴 void