The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: