C# Class LibUsbDotNet.Internal.WinUsb.SafeWinUsbInterfaceHandle

Inheritance: System.Runtime.InteropServices.SafeHandle
Afficher le fichier Open project: arvydas/BlinkStickDotNet Class Usage Examples

Méthodes publiques

Méthode Description
SafeWinUsbInterfaceHandle ( ) : System
SafeWinUsbInterfaceHandle ( IntPtr handle ) : System

Méthodes protégées

Méthode Description
ReleaseHandle ( ) : bool

Executes the code required to free the SafeWinUsbInterfaceHandle.

Method Details

ReleaseHandle() protected méthode

Executes the code required to free the SafeWinUsbInterfaceHandle.
protected ReleaseHandle ( ) : bool
Résultat bool

SafeWinUsbInterfaceHandle() public méthode

public SafeWinUsbInterfaceHandle ( ) : System
Résultat System

SafeWinUsbInterfaceHandle() public méthode

public SafeWinUsbInterfaceHandle ( IntPtr handle ) : System
handle System.IntPtr
Résultat System