getCPtr() static private method

static private getCPtr ( Stopper obj ) : HandleRef
obj Stopper
return System.Runtime.InteropServices.HandleRef
Exemplo n.º 1
0
 public void SetStopper(Stopper stop)
 {
     XapianPINVOKE.TermGenerator_SetStopper__SWIG_0(swigCPtr, Stopper.getCPtr(stop));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }