Click or drag to resize

SafeFindFileHandle Constructor

Initializes a new instance of the SafeFindFileHandle class.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public SafeFindFileHandle(
	IntPtr handle,
	bool callerHandle
)

Parameters

handle
Type: SystemIntPtr
The handle.
callerHandle
Type: SystemBoolean
to reliably release the handle during the finalization phase; to prevent reliable release (not recommended).
See Also