C# 클래스 LibuvSharp.ByteBufferAllocatorBase

상속: IDisposable
파일 보기 프로젝트 열기: txdv/LibuvSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Alloc ( int size, IntPtr &pointer ) : int
Alloc ( IntPtr data, int size, uv_buf_t &buf ) : void
ByteBufferAllocatorBase ( ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void
Retrieve ( int size ) : ArraySegment

메소드 상세

Alloc() 공개 추상적인 메소드

public abstract Alloc ( int size, IntPtr &pointer ) : int
size int
pointer System.IntPtr
리턴 int

Alloc() 공개 메소드

public Alloc ( IntPtr data, int size, uv_buf_t &buf ) : void
data System.IntPtr
size int
buf uv_buf_t
리턴 void

ByteBufferAllocatorBase() 공개 메소드

public ByteBufferAllocatorBase ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 추상적인 메소드

public abstract Dispose ( bool disposing ) : void
disposing bool
리턴 void

Retrieve() 공개 추상적인 메소드

public abstract Retrieve ( int size ) : ArraySegment
size int
리턴 ArraySegment