Exemple #1
0
 public CustomActor(CustomActor copy) : this(Interop.CustomActorImpl.NewCustomActorConst(CustomActor.getCPtr(copy)), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
        public CustomActor Assign(CustomActor rhs)
        {
            CustomActor ret = new CustomActor(Interop.CustomActorImpl.CustomActorAssign(SwigCPtr, CustomActor.getCPtr(rhs)), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #3
0
 public CustomActor(CustomActor copy) : this(NDalicPINVOKE.new_CustomActor__SWIG_2(CustomActor.getCPtr(copy)), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }