Click or drag to resize
GDFileIOWriteBytesAsync Method
Writes an array of bytes of data to the specified file.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static IAsyncAction WriteBytesAsync(
	IGDStorageFile file,
	byte[] buffer
)

Parameters

file
Type: GDIGDStorageFile
The file that the bytes are written to.
buffer
Type: SystemByte
The array of bytes to write.

Return Value

Type: IAsyncAction
No object or value is returned when this method completes.
See Also