C# 클래스 LibUsbDotNet.Main.PinnedHandle

Used for allocating a GCHandle to access the underlying pointer of an object.
상속: IDisposable
파일 보기 프로젝트 열기: arvydas/BlinkStickDotNet 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Frees and disposes the GCHandle for this pinned object.

PinnedHandle ( object objectToPin ) : System

Creates a pinned object.

비공개 메소드들

메소드 설명
GetPinnedObjectHandle ( object objectToPin, GCHandle &pinnedObject ) : bool

메소드 상세

Dispose() 공개 메소드

Frees and disposes the GCHandle for this pinned object.
public Dispose ( ) : void
리턴 void

PinnedHandle() 공개 메소드

Creates a pinned object.
public PinnedHandle ( object objectToPin ) : System
objectToPin object /// The object can be any blittable class, or array. If a is passed it will be used "as-is" and no pinning will take place. ///
리턴 System