C# 클래스 Microsoft.Isam.Esent.Interop.Implementation.GCHandleCollection

A collection of GCHandles for pinned objects. The handles are freed when this object is disposed.
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
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