C# 클래스 Microsoft.WindowsAzure.MobileServices.Files.Express.LocalStorage.FileSystem.WinAppsFileSystemAccess

상속: IFileSystemAccess
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-files-client

공개 메소드들

메소드 설명
CreateAsync ( string targetPath ) : Task
DeleteAsync ( string targetPath ) : System.Threading.Tasks.Task
EnsureFolderExistsAsync ( string targetPath ) : System.Threading.Tasks.Task
GetFullFilePath ( string targetPath ) : string
OpenReadAsync ( string targetPath ) : Task
WinAppsFileSystemAccess ( StorageFolder folder ) : System

메소드 상세

CreateAsync() 공개 메소드

public CreateAsync ( string targetPath ) : Task
targetPath string
리턴 Task

DeleteAsync() 공개 메소드

public DeleteAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
리턴 System.Threading.Tasks.Task

EnsureFolderExistsAsync() 공개 메소드

public EnsureFolderExistsAsync ( string targetPath ) : System.Threading.Tasks.Task
targetPath string
리턴 System.Threading.Tasks.Task

GetFullFilePath() 공개 메소드

public GetFullFilePath ( string targetPath ) : string
targetPath string
리턴 string

OpenReadAsync() 공개 메소드

public OpenReadAsync ( string targetPath ) : Task
targetPath string
리턴 Task

WinAppsFileSystemAccess() 공개 메소드

public WinAppsFileSystemAccess ( StorageFolder folder ) : System
folder Windows.Storage.StorageFolder
리턴 System