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.ImDiskAssembly: ImDiskNet (in ImDiskNet.dll) Version: 1.0.0.0 (1.0.007.0)
Syntax public static long GetOffsetByFileExt(
string ImageFile
)
Public Shared Function GetOffsetByFileExt (
ImageFile As String
) As Long
public:
static long long GetOffsetByFileExt(
String^ ImageFile
)
static member GetOffsetByFileExt :
ImageFile : string -> int64
Parameters
- ImageFile
- Type: SystemString
Name of disk image file.
Return Value
Type:
Int64See Also