コード例 #1
0
 public static void Free(SWIGTYPE_p_p_BaseLink link)
 {
     C4dApiPINVOKE.BaseLink_Free(SWIGTYPE_p_p_BaseLink.getCPtr(link));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_BaseLink obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
ファイル: BaseLink.cs プロジェクト: pr1m3c0d3/Fusee
 public static void Free(SWIGTYPE_p_p_BaseLink link) {
   C4dApiPINVOKE.BaseLink_Free(SWIGTYPE_p_p_BaseLink.getCPtr(link));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }