Example #1
0
        public BoolValueSwig getValueAsBool(string propertyName)
        {
            BoolValueSwig ret = new BoolValueSwig(DeviceDetectionHashEngineModulePINVOKE.ResultsBaseSwig_getValueAsBool__SWIG_0(swigCPtr, propertyName), true);

            if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
            {
                throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #2
0
        public BoolValueSwig getValueAsBool(int requiredPropertyIndex)
        {
            BoolValueSwig ret = new BoolValueSwig(DeviceDetectionHashEngineModulePINVOKE.ResultsBaseSwig_getValueAsBool__SWIG_1(swigCPtr, requiredPropertyIndex), true);

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