C# Class Scalien.SDBP_Buffer

Inheritance: IDisposable
Show file Open project: scalien/scaliendb Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
SDBP_Buffer ( ) : System
SetBuffer ( IntPtr data_, int len_ ) : void

Private Methods

Method Description
SDBP_Buffer ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SDBP_Buffer obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SDBP_Buffer() public method

public SDBP_Buffer ( ) : System
return System

SetBuffer() public method

public SetBuffer ( IntPtr data_, int len_ ) : void
data_ System.IntPtr
len_ int
return void

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool