NativeFileIOSafeServiceHandle 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 public SafeServiceHandle(
IntPtr open_handle,
bool owns_handle
)
Public Sub New (
open_handle As IntPtr,
owns_handle As Boolean
)
public:
SafeServiceHandle(
IntPtr open_handle,
bool owns_handle
)
new :
open_handle : IntPtr *
owns_handle : bool -> SafeServiceHandle
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