C# Класс Microsoft.Isam.Esent.Interop.Implementation.GCHandleCollection

A collection of GCHandles for pinned objects. The handles are freed when this object is disposed.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( object value ) : IntPtr

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

Dispose ( ) : void

Disposes of the object.

Описание методов

Add() публичный Метод

Add an object to the handle collection. This automatically pins the object.
public Add ( object value ) : IntPtr
value object The object to pin.
Результат System.IntPtr

Dispose() публичный Метод

Disposes of the object.
public Dispose ( ) : void
Результат void