Beispiel #1
0
 public ushort Open(fileModeT mode) {
   ushort ret = ScidPINVOKE.scidBaseT_Open__SWIG_3(swigCPtr, (int)mode);
   return ret;
 }
Beispiel #2
0
 public ushort Open(fileModeT mode, string filename) {
   ushort ret = ScidPINVOKE.scidBaseT_Open__SWIG_2(swigCPtr, (int)mode, filename);
   return ret;
 }
Beispiel #3
0
 public ushort Open(string filename, fileModeT fmode) {
   ushort ret = ScidPINVOKE.Index_Open__SWIG_0(swigCPtr, filename, (int)fmode);
   return ret;
 }
Beispiel #4
0
 public ushort Open(fileModeT mode, string filename, bool create, Progress progress) {
   ushort ret = ScidPINVOKE.scidBaseT_Open__SWIG_0(swigCPtr, (int)mode, filename, create, Progress.getCPtr(progress));
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Beispiel #5
0
 public ushort Open(string filename, fileModeT fmode) {
   ushort ret = ScidPINVOKE.GFile_Open(swigCPtr, filename, (int)fmode);
   return ret;
 }