示例#1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_DString obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
示例#2
0
文件: Game.cs 项目: pbbwfc/ScidNET
 public ushort GetPartialMoveList(SWIGTYPE_p_DString str, uint plyCount) {
   ushort ret = ScidPINVOKE.Game_GetPartialMoveList(swigCPtr, SWIGTYPE_p_DString.getCPtr(str), plyCount);
   return ret;
 }