示例#1
0
        public virtual SWIGTYPE_p_Char GetThreadName()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.C4DThread_GetThreadName(swigCPtr);
            SWIGTYPE_p_Char       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_Char(cPtr, false);

            return(ret);
        }
        public virtual SWIGTYPE_p_Char GetResourceSym()
        {
            global::System.IntPtr cPtr = C4dApiPINVOKE.CustomDataTypeClass_GetResourceSym(swigCPtr);
            SWIGTYPE_p_Char       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_Char(cPtr, false);

            return(ret);
        }
示例#3
0
 public DebugTimer(SWIGTYPE_p_Char str) : this(C4dApiPINVOKE.new_DebugTimer(SWIGTYPE_p_Char.getCPtr(str)), true)
 {
 }
示例#4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Char obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#5
0
 public Filename(SWIGTYPE_p_Char arg0) : this(C4dApiPINVOKE.new_Filename__SWIG_1(SWIGTYPE_p_Char.getCPtr(arg0)), true)
 {
 }
示例#6
0
        public bool ReadChar(SWIGTYPE_p_Char v)
        {
            bool ret = C4dApiPINVOKE.BaseFile_ReadChar(swigCPtr, SWIGTYPE_p_Char.getCPtr(v));

            return(ret);
        }
示例#7
0
 public GeData(SWIGTYPE_p_Char n) : this(C4dApiPINVOKE.new_GeData__SWIG_9(SWIGTYPE_p_Char.getCPtr(n)), true)
 {
 }
示例#8
0
        public bool AddUniqueID(int appid, SWIGTYPE_p_Char mem, int bytes)
        {
            bool ret = C4dApiPINVOKE.BaseList2D_AddUniqueID(swigCPtr, appid, SWIGTYPE_p_Char.getCPtr(mem), bytes);

            return(ret);
        }