C# 클래스 Microsoft.HockeyApp.HockeyPlatformHelperWP8SL

상속: IHockeyPlatformHelper
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
DeleteFileAsync ( string fileName, string folderName = null ) : Task
FileExistsAsync ( string fileName, string folderName = null ) : Task
GetFileNamesAsync ( string folderName = null, string fileNamePattern = null ) : Task>
GetSettingValue ( string key ) : string
GetStreamAsync ( string fileName, string folderName = null ) : Task
RemoveSettingValue ( string key ) : void
SetSettingValue ( string key, string value ) : void
WriteStreamToFileAsync ( Stream dataStream, string fileName, string folderName = null ) : System.Threading.Tasks.Task
WriteStreamToFileSync ( Stream dataStream, string fileName, string folderName = null ) : void

메소드 상세

DeleteFileAsync() 공개 메소드

public DeleteFileAsync ( string fileName, string folderName = null ) : Task
fileName string
folderName string
리턴 Task

FileExistsAsync() 공개 메소드

public FileExistsAsync ( string fileName, string folderName = null ) : Task
fileName string
folderName string
리턴 Task

GetFileNamesAsync() 공개 메소드

public GetFileNamesAsync ( string folderName = null, string fileNamePattern = null ) : Task>
folderName string
fileNamePattern string
리턴 Task>

GetSettingValue() 공개 메소드

public GetSettingValue ( string key ) : string
key string
리턴 string

GetStreamAsync() 공개 메소드

public GetStreamAsync ( string fileName, string folderName = null ) : Task
fileName string
folderName string
리턴 Task

RemoveSettingValue() 공개 메소드

public RemoveSettingValue ( string key ) : void
key string
리턴 void

SetSettingValue() 공개 메소드

public SetSettingValue ( string key, string value ) : void
key string
value string
리턴 void

WriteStreamToFileAsync() 공개 메소드

public WriteStreamToFileAsync ( Stream dataStream, string fileName, string folderName = null ) : System.Threading.Tasks.Task
dataStream Stream
fileName string
folderName string
리턴 System.Threading.Tasks.Task

WriteStreamToFileSync() 공개 메소드

public WriteStreamToFileSync ( Stream dataStream, string fileName, string folderName = null ) : void
dataStream Stream
fileName string
folderName string
리턴 void