C# Class Windows.Storage.BulkAccess.FileInformation

Inheritance: IStorageItemInformation, IStorageFile, IStorageItem, IRandomAccessStreamReference, IInputStreamReference, IStorageItemProperties
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
CopyAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
GetBasicPropertiesAsync ( ) : IAsyncOperation
IsOfType ( [ type ) : bool
MoveAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
OpenAsync ( [ accessMode ) : IAsyncOperation
OpenReadAsync ( ) : IAsyncOperation
OpenSequentialReadAsync ( ) : IAsyncOperation
OpenTransactedWriteAsync ( ) : IAsyncOperation

Private Methods

Method Description
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

Method Details

CopyAndReplaceAsync() public method

public CopyAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
fileToReplace [
return IAsyncAction

GetBasicPropertiesAsync() public method

public GetBasicPropertiesAsync ( ) : IAsyncOperation
return IAsyncOperation

IsOfType() public method

public IsOfType ( [ type ) : bool
type [
return bool

MoveAndReplaceAsync() public method

public MoveAndReplaceAsync ( [ fileToReplace ) : IAsyncAction
fileToReplace [
return IAsyncAction

OpenAsync() public method

public OpenAsync ( [ accessMode ) : IAsyncOperation
accessMode [
return IAsyncOperation

OpenReadAsync() public method

public OpenReadAsync ( ) : IAsyncOperation
return IAsyncOperation

OpenSequentialReadAsync() public method

public OpenSequentialReadAsync ( ) : IAsyncOperation
return IAsyncOperation

OpenTransactedWriteAsync() public method

public OpenTransactedWriteAsync ( ) : IAsyncOperation
return IAsyncOperation