public virtual void OutputStat(StrDict varList) { if (this.GetType() == typeof(ClientUser)) p4apiPINVOKE.ClientUser_OutputStat(swigCPtr, StrDict.getCPtr(varList)); else p4apiPINVOKE.ClientUser_OutputStatSwigExplicitClientUser(swigCPtr, StrDict.getCPtr(varList)); }
internal static HandleRef getCPtr(StrDict obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void CopyVars(StrDict other) { p4apiPINVOKE.StrDict_CopyVars(swigCPtr, StrDict.getCPtr(other)); if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve(); }
public void UnMarshall1(StrDict arg0) { p4apiPINVOKE.Error_UnMarshall1(swigCPtr, StrDict.getCPtr(arg0)); if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve(); }