System.Net.DebugSafeHandle.DebugSafeHandle C# (CSharp) Method

DebugSafeHandle() protected method

protected DebugSafeHandle ( IntPtr invalidValue, bool ownsHandle ) : Microsoft.Win32.SafeHandles
invalidValue IntPtr
ownsHandle bool
return Microsoft.Win32.SafeHandles
        protected DebugSafeHandle(IntPtr invalidValue, bool ownsHandle) : base(ownsHandle)
        {
            SetHandle(invalidValue);
            Trace();
        }

Same methods

DebugSafeHandle::DebugSafeHandle ( bool ownsHandle ) : Microsoft.Win32.SafeHandles