Click or drag to resize
ImDiskAPIImageContainsISOFS Method (Stream, 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(
	Stream Imagefile,
	long Offset
)

Parameters

Imagefile
Type: System.IOStream
Open stream that can be used to read the image file.
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