PlaceholderFileDehydrate Method (SafeFileHandle, Int64, Int64) |
IT Hit User File System
Removes file content from user file system by handle.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public static void Dehydrate(
SafeFileHandle safeHandle,
long offset,
long length
)
Public Shared Sub Dehydrate (
safeHandle As SafeFileHandle,
offset As Long,
length As Long
)
public:
static void Dehydrate(
SafeFileHandle^ safeHandle,
long long offset,
long long length
)
static member Dehydrate :
safeHandle : SafeFileHandle *
offset : int64 *
length : int64 -> unit
Parameters
- safeHandle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
Item handle. - offset
- Type: SystemInt64
Offset in bytes to start removing file content from. - length
- Type: SystemInt64
Lenth of the file content to remove. -1 signifies end of file.
See Also