C# Class LibUsbDotNet.Internal.SafeOverlapped

Inheritance: LibUsbDotNet.Main.SafeContextHandle
Afficher le fichier Open project: arvydas/BlinkStickDotNet

Méthodes publiques

Méthode 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 méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SafeOverlapped() public méthode

public SafeOverlapped ( ) : System
Résultat System