C# Class AcTools.LapTimes.LevelDbUtils.LevelDbFreeHandle

Wraps pointers to be freed with leveldb_free (e.g. returned by leveldb_get). Reference on safe handles: http://blogs.msdn.com/b/bclteam/archive/2006/06/23/644343.aspx.
Inheritance: System.Runtime.InteropServices.SafeHandle
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
LevelDbFreeHandle ( ) : System
SetHandle ( IntPtr p ) : void

Private Methods

Méthode Description
ReleaseHandle ( ) : bool

Method Details

LevelDbFreeHandle() public méthode

public LevelDbFreeHandle ( ) : System
Résultat System

SetHandle() public méthode

public SetHandle ( IntPtr p ) : void
p System.IntPtr
Résultat void