Click or drag to resize
ImDiskAPIImageContainsISOFS Method (String, Int64)
Checks whether an image file contains an ISO9660 filesystem.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static bool ImageContainsISOFS(
	string Imagefile,
	long Offset
)

Parameters

Imagefile
Type: SystemString
Path to a volume image file or a device path to a disk volume, such as \\.\A: or \\.\C:.
Offset
Type: SystemInt64
Optional offset in bytes to where raw disk data begins, for use with "non-raw" image files with headers before the actual disk image data.

Return Value

Type: Boolean
See Also