예제 #1
0
 public RulerPtr(RulerPtr rhs) : this(Interop.Ruler.NewRulerPtrPtr(RulerPtr.getCPtr(rhs)), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
        public RulerPtr Assign(RulerPtr rhs)
        {
            RulerPtr ret = new RulerPtr(Interop.Ruler.AssignPtr(swigCPtr, RulerPtr.getCPtr(rhs)), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }