Click or drag to resize

APIGetOffsetByFileExt Method

Checks if filename contains a known extension for which PhDskMnt knows of a constant offset value. That value can be later passed as Offset parameter to CreateDevice method.

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public static long GetOffsetByFileExt(
	string ImageFile
)

Parameters

ImageFile
Type: SystemString
Name of disk image file.

Return Value

Type: Int64
See Also