static public int constructor(IntPtr l)
 {
     try {
         System.Threading.ClientSimpleRwLock o;
         o = new System.Threading.ClientSimpleRwLock();
         pushValue(l, true);
         pushValue(l, o);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }