예제 #1
0
 public static bool GetCommandLineArgs(SWIGTYPE_p_C4DPL_CommandLineArgs args) {
   bool ret = C4dApiPINVOKE.GetCommandLineArgs(SWIGTYPE_p_C4DPL_CommandLineArgs.getCPtr(args));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_C4DPL_CommandLineArgs obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }