C# 클래스 InTheHand.Storage.StorageFolderExtensions

Provides additional methods for StorageFolder.
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
DeleteAllItems ( this folder ) : System.Threading.Tasks.Task

Deletes all contents of a folder without deleting the folder itself.

GetFolderSizeAsync ( this folder ) : Task

Returns the size, in bytes, of the folder and all of its contents.

비공개 메소드들

메소드 설명
GetIsoStorePath ( this folder ) : string

Gets a relative path from a StorageFolder so that IsolatedStorage APIs can be used on it.

메소드 상세

DeleteAllItems() 공개 정적인 메소드

Deletes all contents of a folder without deleting the folder itself.
public static DeleteAllItems ( this folder ) : System.Threading.Tasks.Task
folder this
리턴 System.Threading.Tasks.Task

GetFolderSizeAsync() 공개 정적인 메소드

Returns the size, in bytes, of the folder and all of its contents.
public static GetFolderSizeAsync ( this folder ) : Task
folder this The folder to measure
리턴 Task