internal static HandleRef getCPtr(StrBuf obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public StrBuf(StrBuf s) : this(p4apiPINVOKE.new_StrBuf__SWIG_1(StrBuf.getCPtr(s)), true) { if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve(); }
public virtual void Prompt(StrPtr msg, StrBuf rsp, int noEcho, Error e) { if (this.GetType() == typeof(ClientUser)) p4apiPINVOKE.ClientUser_Prompt(swigCPtr, StrPtr.getCPtr(msg), StrBuf.getCPtr(rsp), noEcho, Error.getCPtr(e)); else p4apiPINVOKE.ClientUser_PromptSwigExplicitClientUser(swigCPtr, StrPtr.getCPtr(msg), StrBuf.getCPtr(rsp), noEcho, Error.getCPtr(e)); if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve(); }
public virtual void InputData(StrBuf strbuf, Error e) { if (this.GetType() == typeof(ClientUser)) p4apiPINVOKE.ClientUser_InputData(swigCPtr, StrBuf.getCPtr(strbuf), Error.getCPtr(e)); else p4apiPINVOKE.ClientUser_InputDataSwigExplicitClientUser(swigCPtr, StrBuf.getCPtr(strbuf), Error.getCPtr(e)); }
public void Fmt(StrBuf buf) { p4apiPINVOKE.Error_Fmt__SWIG_2(swigCPtr, StrBuf.getCPtr(buf)); }
public void Fmt(StrBuf buf, int opts) { p4apiPINVOKE.Error_Fmt__SWIG_0(swigCPtr, StrBuf.getCPtr(buf), opts); if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve(); }
public void Marshall2(StrBuf arg0) { p4apiPINVOKE.Error_Marshall2(swigCPtr, StrBuf.getCPtr(arg0)); if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve(); }