ImDiskAPIImageContainsISOFS Method (Stream, Int64) |
Checks whether an image file contains an ISO9660 filesystem.
Namespace: LTR.IO.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static bool ImageContainsISOFS(
Stream Imagefile,
long Offset
)
Public Shared Function ImageContainsISOFS (
Imagefile As Stream,
Offset As Long
) As Boolean
public:
static bool ImageContainsISOFS(
Stream^ Imagefile,
long long Offset
)
static member ImageContainsISOFS :
Imagefile : Stream *
Offset : int64 -> bool
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:
BooleanSee Also