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

상속: 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
FileSystemAccess ( string basePath = "" ) : System
GetFullFilePath ( string targetPath ) : string
OpenReadAsync ( string targetPath ) : Task

메소드 상세

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

FileSystemAccess() 공개 메소드

public FileSystemAccess ( string basePath = "" ) : System
basePath string
리턴 System

GetFullFilePath() 공개 메소드

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

OpenReadAsync() 공개 메소드

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