Inheritance: Storable
Esempio n. 1
0
        public new static OTDBString ot_dynamic_cast(Storable pObject)
        {
            IntPtr     cPtr = otapiPINVOKE.OTDBString_ot_dynamic_cast(Storable.getCPtr(pObject));
            OTDBString ret  = (cPtr == IntPtr.Zero) ? null : new OTDBString(cPtr, false);

            return(ret);
        }
Esempio n. 2
0
 internal static HandleRef getCPtr(OTDBString obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
 internal static HandleRef getCPtr(OTDBString obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }