Click or drag to resize
ImDiskDeviceSaveImageFile Method (FileStream, UInt32)
Saves contents of disk device to an image file.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
[ComVisibleAttribute(false)]
public void SaveImageFile(
	FileStream ImageFile,
	uint BufferSize
)

Parameters

ImageFile
Type: System.IOFileStream
FileStream object opened for writing where disk contents will be written.
BufferSize
Type: SystemUInt32
Buffer size to use when transferring data from disk device to file.
See Also