示例#1
0
 public EngineHashSwig(string fileName, ConfigHashSwig config, RequiredPropertiesConfigSwig properties) : this(DeviceDetectionHashEngineModulePINVOKE.new_EngineHashSwig__SWIG_0(fileName, ConfigHashSwig.getCPtr(config), RequiredPropertiesConfigSwig.getCPtr(properties)), true)
 {
     if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
     {
         throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public EngineHashSwig(byte[] data, int length, ConfigHashSwig config, RequiredPropertiesConfigSwig properties) : this(DeviceDetectionHashEngineModulePINVOKE.new_EngineHashSwig__SWIG_1(data, length, ConfigHashSwig.getCPtr(config), RequiredPropertiesConfigSwig.getCPtr(properties)), true)
 {
     if (DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Pending)
     {
         throw DeviceDetectionHashEngineModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ConfigHashSwig obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }