C# Class Microsoft.Isam.Esent.Interop.Implementation.GCHandleCollection

A collection of GCHandles for pinned objects. The handles are freed when this object is disposed.
Afficher le fichier Open project: ayende/managed-esent Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object value ) : IntPtr

Add an object to the handle collection. This automatically pins the object.

Dispose ( ) : void

Disposes of the object.

Method Details

Add() public méthode

Add an object to the handle collection. This automatically pins the object.
public Add ( object value ) : IntPtr
value object The object to pin.
Résultat System.IntPtr

Dispose() public méthode

Disposes of the object.
public Dispose ( ) : void
Résultat void