cohtml::Net::DataBuffer

Inherits from SystemIDisposable

Public Functions

Name
virtual voidDispose()
delegate voidCallbackOnDestruction(global::System.IntPtr data, global::System.IntPtr userData)
virtual System.IntPtrGetData()
virtual ulongGetSize()
virtual voidRelease()
DataBufferCreateDataBuffer(global::System.IntPtr data, ulong size, DataBuffer.CallbackOnDestruction callback, global::System.IntPtr userData)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

function CallbackOnDestruction

delegate void CallbackOnDestruction(
    global::System.IntPtr data,
    global::System.IntPtr userData
)

function GetData

virtual System.IntPtr GetData()

function GetSize

virtual ulong GetSize()

function Release

virtual void Release()

function CreateDataBuffer

static DataBuffer CreateDataBuffer(
    global::System.IntPtr data,
    ulong size,
    DataBuffer.CallbackOnDestruction callback,
    global::System.IntPtr userData
)

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;