C# Class System.Net.DebugSafeHandle

Inheritance: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Datei anzeigen Open project: dotnet/corefx

Protected Methods

Method Description
DebugSafeHandle ( IntPtr invalidValue, bool ownsHandle ) : Microsoft.Win32.SafeHandles
DebugSafeHandle ( bool ownsHandle ) : Microsoft.Win32.SafeHandles

Private Methods

Method Description
Trace ( ) : void

Method Details

DebugSafeHandle() protected method

protected DebugSafeHandle ( IntPtr invalidValue, bool ownsHandle ) : Microsoft.Win32.SafeHandles
invalidValue IntPtr
ownsHandle bool
return Microsoft.Win32.SafeHandles

DebugSafeHandle() protected method

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