상속: Displayable
예제 #1
0
        public new static Acct ot_dynamic_cast(Storable pObject)
        {
            IntPtr cPtr = otapiPINVOKE.Acct_ot_dynamic_cast(Storable.getCPtr(pObject));
            Acct   ret  = (cPtr == IntPtr.Zero) ? null : new Acct(cPtr, false);

            return(ret);
        }
예제 #2
0
 internal static HandleRef getCPtr(Acct obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 internal static HandleRef getCPtr(Acct obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }