Пример #1
0
 internal static HandleRef getCPtr(StrBuf obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #2
0
 public StrBuf(StrBuf s)
     : this(p4apiPINVOKE.new_StrBuf__SWIG_1(StrBuf.getCPtr(s)), true)
 {
     if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve();
 }
Пример #3
0
 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();
 }
Пример #4
0
 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));
 }
Пример #5
0
 public void Fmt(StrBuf buf)
 {
     p4apiPINVOKE.Error_Fmt__SWIG_2(swigCPtr, StrBuf.getCPtr(buf));
 }
Пример #6
0
 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();
 }
Пример #7
0
 public void Marshall2(StrBuf arg0)
 {
     p4apiPINVOKE.Error_Marshall2(swigCPtr, StrBuf.getCPtr(arg0));
     if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve();
 }