C# Class LibUsbDotNet.Main.SafeContextHandle

Base class for all critial handles.
Inheritance: System.Runtime.InteropServices.SafeHandle
ファイルを表示 Open project: arvydas/BlinkStickDotNet

Protected Methods

Method Description
SafeContextHandle ( IntPtr pHandleToOwn ) : System

SafeContextHandle ( IntPtr pHandle, bool ownsHandle ) : System

Method Details

SafeContextHandle() protected method

protected SafeContextHandle ( IntPtr pHandleToOwn ) : System
pHandleToOwn System.IntPtr
return System

SafeContextHandle() protected method

protected SafeContextHandle ( IntPtr pHandle, bool ownsHandle ) : System
pHandle System.IntPtr
ownsHandle bool
return System