Exemple #1
0
        public ResultsHashSwig process(string userAgent)
        {
            global::System.IntPtr cPtr = DeviceDetectionHashEngineModulePINVOKE.EngineHashSwig_process__SWIG_1(swigCPtr, userAgent);
            ResultsHashSwig       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ResultsHashSwig(cPtr, true);

            if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
            {
                throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ResultsHashSwig obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public ResultsSwigWrapper(ResultsHashSwig instance)
 {
     Object = instance;
 }