Click or drag to resize
ImDiskDeviceSaveImageFileInteractive Method (Boolean)
This function saves the contents of a device to an image file. This is a user-interactive function that displays dialog boxes where user can select image file and other options.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
[ComVisibleAttribute(false)]
public void SaveImageFileInteractive(
	bool IsCdRomType
)

Parameters

IsCdRomType
Type: SystemBoolean
If this parameter is TRUE and the source device type cannot be automatically determined this function will ask user for a .iso suffixed image file name.
See Also