C# Class LibUsbDotNet.Internal.SafeOverlapped

Inheritance: LibUsbDotNet.Main.SafeContextHandle
Mostra file Open project: arvydas/BlinkStickDotNet

Public Methods

Method Description
ClearAndSetEvent ( IntPtr hEventOverlapped ) : void

Set the overlapped wait handle and clear out the rest of the structure.

Dispose ( ) : void
SafeOverlapped ( ) : System

Method Details

ClearAndSetEvent() public method

Set the overlapped wait handle and clear out the rest of the structure.
public ClearAndSetEvent ( IntPtr hEventOverlapped ) : void
hEventOverlapped System.IntPtr
return void

Dispose() public method

public Dispose ( ) : void
return void

SafeOverlapped() public method

public SafeOverlapped ( ) : System
return System