Inheritance: IDisposable
Esempio n. 1
0
 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));
 }
Esempio n. 2
0
 internal static HandleRef getCPtr(StrDict obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 3
0
 public void CopyVars(StrDict other)
 {
     p4apiPINVOKE.StrDict_CopyVars(swigCPtr, StrDict.getCPtr(other));
     if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 4
0
 public void UnMarshall1(StrDict arg0)
 {
     p4apiPINVOKE.Error_UnMarshall1(swigCPtr, StrDict.getCPtr(arg0));
     if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve();
 }