C# 클래스 Microsoft.HockeyApp.HockeyPlatformHelper81

상속: 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
HockeyPlatformHelper81 ( ) : System
RemoveSettingValue ( string key ) : void
SetSettingValue ( string key, string value ) : void
WriteStreamToFileAsync ( System dataStream, string fileName, string folderName = null ) : 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

HockeyPlatformHelper81() 공개 메소드

public HockeyPlatformHelper81 ( ) : System
리턴 System

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 ( System dataStream, string fileName, string folderName = null ) : Task
dataStream System
fileName string
folderName string
리턴 Task

WriteStreamToFileSync() 공개 메소드

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