Click or drag to resize
ImDiskAPIGetOffsetByFileExt Method
Checks if filename contains a known extension for which ImDisk knows of a constant offset value. That value can be later passed as Offset parameter to CreateDevice method.

Namespace: LTR.IO.ImDisk
Assembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax
public static long GetOffsetByFileExt(
	string ImageFile
)

Parameters

ImageFile
Type: SystemString
Name of disk image file.

Return Value

Type: Int64
See Also