C# Class AcTools.LapTimes.LevelDbUtils.SnapShot

A Snapshot is an immutable object and can therefore be safely accessed from multiple threads without any external synchronization.
Inheritance: LevelDbHandle
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
Parent WeakReference

Méthodes protégées

Méthode Description
FreeUnManagedObjects ( ) : void

Private Methods

Méthode Description
SnapShot ( IntPtr handle ) : System
SnapShot ( IntPtr handle, LevelDb parent ) : System

Method Details

FreeUnManagedObjects() protected méthode

protected FreeUnManagedObjects ( ) : void
Résultat void

Property Details

Parent public_oe property

public WeakReference Parent
Résultat WeakReference