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
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
LevelDbFreeHandle ( ) : System
SetHandle ( IntPtr p ) : void

Private Methods

Method Description
ReleaseHandle ( ) : bool

Method Details

LevelDbFreeHandle() public method

public LevelDbFreeHandle ( ) : System
return System

SetHandle() public method

public SetHandle ( IntPtr p ) : void
p System.IntPtr
return void