C# 클래스 Windows.Storage.StorageFile

상속: IStorageFile, IStorageItem, IRandomAccessStreamReference, IInputStreamReference, IStorageItemProperties
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
CopyAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
CreateStreamedFileAsync ( [ displayNameWithExtension, [ dataRequested, [ thumbnail ) : IAsyncOperation
CreateStreamedFileFromUriAsync ( [ displayNameWithExtension, [ uri, [ thumbnail ) : IAsyncOperation
GetBasicPropertiesAsync ( ) : IAsyncOperation
GetFileFromApplicationUriAsync ( [ uri ) : IAsyncOperation
GetFileFromPathAsync ( [ path ) : IAsyncOperation
IsOfType ( [ type ) : bool
MoveAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
OpenAsync ( [ accessMode ) : IAsyncOperation
OpenReadAsync ( ) : IAsyncOperation
OpenSequentialReadAsync ( ) : IAsyncOperation
OpenTransactedWriteAsync ( ) : IAsyncOperation
ReplaceWithStreamedFileAsync ( [ fileToReplace, [ dataRequested, [ thumbnail ) : IAsyncOperation
ReplaceWithStreamedFileFromUriAsync ( [ fileToReplace, [ uri, [ thumbnail ) : IAsyncOperation

비공개 메소드들

메소드 설명
CopyAsync ( [ destinationFolder ) : IAsyncOperation
CopyAsync ( [ destinationFolder, [ desiredNewName ) : IAsyncOperation
CopyAsync ( [ destinationFolder, [ desiredNewName, [ option ) : IAsyncOperation
DeleteAsync ( ) : IAsyncAction
DeleteAsync ( [ option ) : IAsyncAction
GetThumbnailAsync ( [ mode ) : IAsyncOperation
GetThumbnailAsync ( [ mode, [ requestedSize ) : IAsyncOperation
GetThumbnailAsync ( [ mode, [ requestedSize, [ options ) : IAsyncOperation
MoveAsync ( [ destinationFolder ) : IAsyncAction
MoveAsync ( [ destinationFolder, [ desiredNewName ) : IAsyncAction
MoveAsync ( [ destinationFolder, [ desiredNewName, [ option ) : IAsyncAction
RenameAsync ( [ desiredName ) : IAsyncAction
RenameAsync ( [ desiredName, [ option ) : IAsyncAction

메소드 상세

CopyAndReplaceAsync() 공개 메소드

public CopyAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
fileToReplace [
리턴 IAsyncAction

CreateStreamedFileAsync() 공개 정적인 메소드

public static CreateStreamedFileAsync ( [ displayNameWithExtension, [ dataRequested, [ thumbnail ) : IAsyncOperation
displayNameWithExtension [
dataRequested [
thumbnail [
리턴 IAsyncOperation

CreateStreamedFileFromUriAsync() 공개 정적인 메소드

public static CreateStreamedFileFromUriAsync ( [ displayNameWithExtension, [ uri, [ thumbnail ) : IAsyncOperation
displayNameWithExtension [
uri [
thumbnail [
리턴 IAsyncOperation

GetBasicPropertiesAsync() 공개 메소드

public GetBasicPropertiesAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

GetFileFromApplicationUriAsync() 공개 정적인 메소드

public static GetFileFromApplicationUriAsync ( [ uri ) : IAsyncOperation
uri [
리턴 IAsyncOperation

GetFileFromPathAsync() 공개 정적인 메소드

public static GetFileFromPathAsync ( [ path ) : IAsyncOperation
path [
리턴 IAsyncOperation

IsOfType() 공개 메소드

public IsOfType ( [ type ) : bool
type [
리턴 bool

MoveAndReplaceAsync() 공개 메소드

public MoveAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
fileToReplace [
리턴 IAsyncAction

OpenAsync() 공개 메소드

public OpenAsync ( [ accessMode ) : IAsyncOperation
accessMode [
리턴 IAsyncOperation

OpenReadAsync() 공개 메소드

public OpenReadAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

OpenSequentialReadAsync() 공개 메소드

public OpenSequentialReadAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

OpenTransactedWriteAsync() 공개 메소드

public OpenTransactedWriteAsync ( ) : IAsyncOperation
리턴 IAsyncOperation

ReplaceWithStreamedFileAsync() 공개 정적인 메소드

public static ReplaceWithStreamedFileAsync ( [ fileToReplace, [ dataRequested, [ thumbnail ) : IAsyncOperation
fileToReplace [
dataRequested [
thumbnail [
리턴 IAsyncOperation

ReplaceWithStreamedFileFromUriAsync() 공개 정적인 메소드

public static ReplaceWithStreamedFileFromUriAsync ( [ fileToReplace, [ uri, [ thumbnail ) : IAsyncOperation
fileToReplace [
uri [
thumbnail [
리턴 IAsyncOperation