コード例 #1
0
ファイル: WDFeatures.cs プロジェクト: Anshul-Bansal/gsoc
 public WDFeatures(WDFeatures orig) : this(modshogunPINVOKE.new_WDFeatures__SWIG_2(WDFeatures.getCPtr(orig)), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: WDFeatures.cs プロジェクト: Anshul-Bansal/gsoc
 public WDFeatures(WDFeatures orig) : this(modshogunPINVOKE.new_WDFeatures__SWIG_2(WDFeatures.getCPtr(orig)), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #3
0
ファイル: WDFeatures.cs プロジェクト: Anshul-Bansal/gsoc
 internal static HandleRef getCPtr(WDFeatures obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #4
0
ファイル: WDFeatures.cs プロジェクト: Anshul-Bansal/gsoc
 internal static HandleRef getCPtr(WDFeatures obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }