SafePipeHandle Constructor (IntPtr, Boolean)
.NET Framework (current version)
Initializes a new instance of the SafePipeHandle class.
Assembly: System.Core (in System.Core.dll)
Parameters
- preexistingHandle
-
Type:
System::IntPtr
An IntPtr object that represents the pre-existing handle to use.
- ownsHandle
-
Type:
System::Boolean
true to reliably release the handle during the finalization phase; false to prevent reliable release (not recommended).
SecurityPermission
for permission to call unmanaged code. Demand value: LinkDemand. Associated enumeration: UnmanagedCode
.NET Framework
Available since 3.5
Available since 3.5
Show: