Skip to content

Latest commit

 

History

History
148 lines (128 loc) · 5.09 KB

esentresource-members.md

File metadata and controls

148 lines (128 loc) · 5.09 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic
Learn more about: EsentResource members
EsentResource members
EsentResource members
AllMembers.T:Microsoft.Isam.Esent.Interop.EsentResource
55107302
07/30/2014
article

EsentResource members

Include protected members
Include inherited members

This is the base class for all esent resource objects. Subclasses of this class can allocate and release unmanaged resources.

The EsentResource type exposes the following members.

Constructors

  Name Description
Protected method EsentResource

Top

Properties

  Name Description
Protected property HasResource Gets a value indicating whether the underlying resource is currently allocated.

Top

Methods

  Name Description
Protected method CheckObjectIsNotDisposed Throw an exception if this object has been disposed.
Public method Dispose() Dispose of this object, releasing the underlying Esent resource.
Protected method Dispose(Boolean) Called by Dispose and the finalizer.
Public method Equals (Inherited from Object.)
Protected method Finalize Finalizes an instance of the EsentResource class. (Overrides Object.Finalize().)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ReleaseResource Implemented by the subclass to release a resource.
Protected method ResourceWasAllocated Called by a subclass when a resource is allocated.
Protected method ResourceWasReleased Called by a subclass when a resource is freed.
Public method ToString (Inherited from Object.)

Top

See also

Reference

EsentResource class

Microsoft.Isam.Esent.Interop namespace