ImDiskAPIImageContainsISOFS Method (String, 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(
string Imagefile,
long Offset
)
Public Shared Function ImageContainsISOFS (
Imagefile As String,
Offset As Long
) As Boolean
public:
static bool ImageContainsISOFS(
String^ Imagefile,
long long Offset
)
static member ImageContainsISOFS :
Imagefile : string *
Offset : int64 -> bool
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:
BooleanSee Also