14using System.Runtime.InteropServices;
17public class OdDbCell : global::System.IDisposable {
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
22 public OdDbCell(IntPtr cPtr,
bool cMemoryOwn) {
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
OdDbCell(Int32 row, Int32 col)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(OdDbCell obj)
OdDbCell(IntPtr cPtr, bool cMemoryOwn)
static global::System.Exception Retrieve()
static Int32 OdDbCell_m_row_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdDbCell(global::System.Runtime.InteropServices.HandleRef jarg1)
static Int32 OdDbCell_m_column_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDbCell_m_row_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static void OdDbCell_m_column_set(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)