Classe EsentResource
Si tratta della classe di base per tutti gli oggetti risorsa esent. Le sottoclassi di questa classe possono allocare e rilasciare risorse non gestite.
Gerarchia di ereditarietà
System.Object
Microsoft.Isam.Esent.Interop.EsentResource
Microsoft.Isam.Esent.Interop.Session
Microsoft.Isam.Esent.Interop.Table
Microsoft.Isam.Esent.Interop.Transaction
Microsoft.Isam.Esent.Interop.Update
Microsoft.Isam.Esent.Interop.Windows8.DurableCommitCallback
Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Sintassi
'Declaration
Public MustInherit Class EsentResource _
Implements IDisposable
'Usage
Dim instance As EsentResource
public abstract class EsentResource : IDisposable
Thread safety
I membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.