Exemple #1
0
        public IntegerValueSwig getValueAsInteger(int requiredPropertyIndex)
        {
            IntegerValueSwig ret = new IntegerValueSwig(DeviceDetectionHashEngineModulePINVOKE.ResultsBaseSwig_getValueAsInteger__SWIG_1(swigCPtr, requiredPropertyIndex), true);

            if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
            {
                throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public IntegerValueSwig getValueAsInteger(string propertyName)
        {
            IntegerValueSwig ret = new IntegerValueSwig(DeviceDetectionHashEngineModulePINVOKE.ResultsBaseSwig_getValueAsInteger__SWIG_0(swigCPtr, propertyName), true);

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