Click or drag to resize
ImDiskDeviceSaveImageFile Method
Overload List
  NameDescription
Public methodSaveImageFile(String)
Saves contents of disk device to an image file.
Public methodSaveImageFile(SafeFileHandle, UInt32)
Saves contents of disk device to an image file.
Public methodSaveImageFile(FileStream, UInt32)
Saves contents of disk device to an image file.
Public methodSaveImageFile(String, UInt32)
Saves contents of disk device to an image file.
Public methodSaveImageFile(SafeFileHandle, UInt32, ActionActionBoolean)
Saves contents of disk device to an image file while pumping window messages between reads and writes.
Public methodSaveImageFile(FileStream, UInt32, ActionActionBoolean)
Saves contents of disk device to an image file while pumping window messages between reads and writes.
Public methodSaveImageFile(String, UInt32, ActionActionBoolean)
Saves contents of disk device to an image file while pumping window messages between reads and writes.
Top
See Also