Click or drag to resize

NativeFileIOSafeFindHandle Constructor

Initiates a new instance with an existing open handle.

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
[SecurityCriticalAttribute]
public SafeFindHandle(
	IntPtr open_handle,
	bool owns_handle
)

Parameters

open_handle
Type: SystemIntPtr
Existing open handle.
owns_handle
Type: SystemBoolean
Indicates whether handle should be closed when this instance is released.
See Also