Microsoft.Win32.SafeHandles.SafePipeHandle.SafePipeHandle C# (CSharp) Method

SafePipeHandle() public method

public SafePipeHandle ( System preexistingHandle, bool ownsHandle )
preexistingHandle System
ownsHandle bool
        public SafePipeHandle(System.IntPtr preexistingHandle, bool ownsHandle) : base(default(bool)) { }
        public override bool IsInvalid { get { throw null; } }

Same methods

SafePipeHandle::SafePipeHandle ( ) : System
SafePipeHandle::SafePipeHandle ( IntPtr preexistingHandle, bool ownsHandle ) : System
SafePipeHandle::SafePipeHandle ( Socket namedPipeSocket ) : System