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

A collection of GCHandles for pinned objects. The handles are freed when this object is disposed.
ファイルを表示 Open project: ayende/managed-esent Class Usage Examples

Public Methods

Method 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 method

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

Dispose() public method

Disposes of the object.
public Dispose ( ) : void
return void