Click or drag to resize
ImDiskDeviceSaveImageFile Method (String)
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
public void SaveImageFile(
	string ImageFile
)

Parameters

ImageFile
Type: SystemString
Name of file to which disk contents will be written.
See Also