C# Class LibUsbDotNet.Internal.WinUsb.SafeWinUsbInterfaceHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Mostra file Open project: arvydas/BlinkStickDotNet Class Usage Examples

Public Methods

Method Description
SafeWinUsbInterfaceHandle ( ) : System
SafeWinUsbInterfaceHandle ( IntPtr handle ) : System

Protected Methods

Method Description
ReleaseHandle ( ) : bool

Executes the code required to free the SafeWinUsbInterfaceHandle.

Method Details

ReleaseHandle() protected method

Executes the code required to free the SafeWinUsbInterfaceHandle.
protected ReleaseHandle ( ) : bool
return bool

SafeWinUsbInterfaceHandle() public method

public SafeWinUsbInterfaceHandle ( ) : System
return System

SafeWinUsbInterfaceHandle() public method

public SafeWinUsbInterfaceHandle ( IntPtr handle ) : System
handle System.IntPtr
return System