C# 클래스 LibUsbDotNet.Internal.WinUsb.SafeWinUsbInterfaceHandle

상속: System.Runtime.InteropServices.SafeHandle
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 메소드들

메소드 설명
SafeWinUsbInterfaceHandle ( ) : System
SafeWinUsbInterfaceHandle ( IntPtr handle ) : System

보호된 메소드들

메소드 설명
ReleaseHandle ( ) : bool

Executes the code required to free the SafeWinUsbInterfaceHandle.

메소드 상세

ReleaseHandle() 보호된 메소드

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

SafeWinUsbInterfaceHandle() 공개 메소드

public SafeWinUsbInterfaceHandle ( ) : System
리턴 System

SafeWinUsbInterfaceHandle() 공개 메소드

public SafeWinUsbInterfaceHandle ( IntPtr handle ) : System
handle System.IntPtr
리턴 System