Home | History | Annotate | Download | only in csharp

Lines Matching full:marshal

805 /* Marshal C/C++ pointer to IntPtr */
991 swigCPtr = new HandleRef(this, System.Runtime.InteropServices.Marshal.StringToHGlobalAnsi(str));
994 System.Runtime.InteropServices.Marshal.FreeHGlobal(swigCPtr.Handle);
1004 string ret = System.Runtime.InteropServices.Marshal.PtrToStringAnsi($imcall);$excode
1013 string ret = System.Runtime.InteropServices.Marshal.PtrToStringAnsi($imcall);$excode