コード例 #1
0
        public override ResultsBaseSwig processBase(EvidenceBaseSwig evidence)
        {
            global::System.IntPtr cPtr = DeviceDetectionHashEngineModulePINVOKE.EngineHashSwig_processBase(swigCPtr, EvidenceBaseSwig.getCPtr(evidence));
            ResultsBaseSwig       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ResultsBaseSwig(cPtr, true);

            if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
            {
                throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ResultsBaseSwig obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }