public OpalParamRecording GetRecording() { global::System.IntPtr cPtr = OPALPINVOKE.OpalMessagePtr_GetRecording(swigCPtr); OpalParamRecording ret = (cPtr == global::System.IntPtr.Zero) ? null : new OpalParamRecording(cPtr, false); return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OpalParamRecording obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(OpalParamRecording obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OpalParamRecording obj) { return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; }