public MetaDataSwig getMetaData()
        {
            global::System.IntPtr cPtr = DeviceDetectionHashEngineModulePINVOKE.EngineBaseSwig_getMetaData(swigCPtr);
            MetaDataSwig          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MetaDataSwig(cPtr, false);

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