Close() public method

public Close ( ) : void
return void
示例#1
0
 static public int Close(IntPtr l)
 {
     try {
         Hugula.Net.LNet self = (Hugula.Net.LNet)checkSelf(l);
         self.Close();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }