C# Class LibuvSharp.ByteBufferAllocatorBase

Inheritance: IDisposable
Afficher le fichier Open project: txdv/LibuvSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Alloc() public abstract méthode

public abstract Alloc ( int size, IntPtr &pointer ) : int
size int
pointer System.IntPtr
Résultat int

Alloc() public méthode

public Alloc ( IntPtr data, int size, uv_buf_t &buf ) : void
data System.IntPtr
size int
buf uv_buf_t
Résultat void

ByteBufferAllocatorBase() public méthode

public ByteBufferAllocatorBase ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public abstract méthode

public abstract Dispose ( bool disposing ) : void
disposing bool
Résultat void

Retrieve() public abstract méthode

public abstract Retrieve ( int size ) : ArraySegment
size int
Résultat ArraySegment